#B2EFC0

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

Shades of Fringy Flower #B2EFC0

Tints of Fringy Flower #B2EFC0

Color information

#B2EFC0 (or 0xB2EFC0) is unknown color: approx Fringy Flower. HEX triplet: B2, EF and C0. RGB value is (178,239,192). Sum of RGB (Red+Green+Blue) = 178+239+192=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFC0 is #4D103F. Grayscale: #D7D7D7. Windows color (decimal): -5050432 or 12644274. OLE color: 12644274.

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

Color convert

RGB178239192-
CMYK0.2600.200.06
HSL133.77º65.59%81.76%-
HSV(B)133.77º25.52%93.73%-
XYZ58.747561.25-
YUV215.4114.79101.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.23%
GREEN value IS 239 (93.75% from 255) = 39.24%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=29.23%
G=39.24%
B=31.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782391920.2600.200.06133.7765.5981.76
HexB2EFC01A0146864252
Octal262357300320246206102122
Binary101100101110111111000000110100101001101000011010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFC0; }

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

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

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

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

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

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

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

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