#B0EFBD

Color #B0EFBD Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B0EFBD

Tints of Fringy Flower #B0EFBD

Color information

#B0EFBD (or 0xB0EFBD) is unknown color: approx Fringy Flower. HEX triplet: B0, EF and BD. RGB value is (176,239,189). Sum of RGB (Red+Green+Blue) = 176+239+189=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFBD is #4F1042. Grayscale: #D6D6D6. Windows color (decimal): -5181507 or 12447664. OLE color: 12447664.

HSL color Cylindrical-coordinate representation of color #B0EFBD: hue angle of 132.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFBD is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB176239189-
CMYK0.2600.210.06
HSL132.38º66.32%81.37%-
HSV(B)132.38º26.36%93.73%-
XYZ57.9674.6459.5-
YUV214.46113.63100.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=29.14%
G=39.57%
B=31.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762391890.2600.210.06132.3866.3281.37
HexB0EFBD1A0156844251
Octal260357275320256204102121
Binary101100001110111110111101110100101011101000010010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFBD; }

 p { color: rgb(176,239,189); }

 H1.HeaderClassName
 {
   color: #B0EFBD;
 }
 .AnyTagClassName
 {
   color: #B0EFBD;
 }
</style>
background-color css

<style>
 a { background-color: #B0EFBD; }

 a { background-color: rgb(176,239,189); }

 div.DivClassName
 {
   background-color: #B0EFBD;
 }
 .BgClassName
 {
   background-color: #B0EFBD;
 }
</style>
border-color css

<style>
 span { border-color: #B0EFBD; }

 span { border-color: rgb(176,239,189); }

 td.TdClassName
 {
   border-color: #B0EFBD;
 }
 .TagClassName
 {
   border-color: #B0EFBD;
 }
</style>