#B2EFBD

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

Shades of Fringy Flower #B2EFBD

Tints of Fringy Flower #B2EFBD

Color information

#B2EFBD (or 0xB2EFBD) is unknown color: approx Fringy Flower. HEX triplet: B2, EF and BD. RGB value is (178,239,189). Sum of RGB (Red+Green+Blue) = 178+239+189=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFBD is #4D1042. Grayscale: #D7D7D7. Windows color (decimal): -5050435 or 12447666. OLE color: 12447666.

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

Color convert

RGB178239189-
CMYK0.2600.210.06
HSL130.82º65.59%81.76%-
HSV(B)130.82º25.52%93.73%-
XYZ58.4174.8759.52-
YUV215.06113.29101.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.37%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=29.37%
G=39.44%
B=31.19%

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
Decimal1782391890.2600.210.06130.8265.5981.76
HexB2EFBD1A0156834252
Octal262357275320256203102122
Binary101100101110111110111101110100101011101000001110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFBD; }

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

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

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

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

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

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

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

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