#B2EFC6

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

Shades of Fringy Flower #B2EFC6

Tints of Fringy Flower #B2EFC6

Color information

#B2EFC6 (or 0xB2EFC6) is unknown color: approx Fringy Flower. HEX triplet: B2, EF and C6. RGB value is (178,239,198). Sum of RGB (Red+Green+Blue) = 178+239+198=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFC6 is #4D1039. Grayscale: #D8D8D8. Windows color (decimal): -5050426 or 13037490. OLE color: 13037490.

HSL color Cylindrical-coordinate representation of color #B2EFC6: hue angle of 139.67º 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 #B2EFC6 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB178239198-
CMYK0.2600.170.06
HSL139.67º65.59%81.76%-
HSV(B)139.67º25.52%93.73%-
XYZ59.4275.2864.82-
YUV216.09117.79100.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.94%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 198 (77.73% from 255) = 32.20%
R=28.94%
G=38.86%
B=32.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782391980.2600.170.06139.6765.5981.76
HexB2EFC61A01168c4252
Octal262357306320216214102122
Binary101100101110111111000110110100100011101000110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFC6; }

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

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

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

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

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

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

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

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