#B2EFBC

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

Shades of Fringy Flower #B2EFBC

Tints of Fringy Flower #B2EFBC

Color information

#B2EFBC (or 0xB2EFBC) is unknown color: approx Fringy Flower. HEX triplet: B2, EF and BC. RGB value is (178,239,188). Sum of RGB (Red+Green+Blue) = 178+239+188=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFBC is #4D1043. Grayscale: #D7D7D7. Windows color (decimal): -5050436 or 12382130. OLE color: 12382130.

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

Color convert

RGB178239188-
CMYK0.2600.210.06
HSL129.84º65.59%81.76%-
HSV(B)129.84º25.52%93.73%-
XYZ58.374.8358.95-
YUV214.95112.79101.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.42%
GREEN value IS 239 (93.75% from 255) = 39.50%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=29.42%
G=39.50%
B=31.07%

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
Decimal1782391880.2600.210.06129.8465.5981.76
HexB2EFBC1A0156824252
Octal262357274320256202102122
Binary101100101110111110111100110100101011101000001010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFBC; }

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

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

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

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

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

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

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

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