#B2EEBF

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

Shades of Fringy Flower #B2EEBF

Tints of Fringy Flower #B2EEBF

Color information

#B2EEBF (or 0xB2EEBF) is unknown color: approx Fringy Flower. HEX triplet: B2, EE and BF. RGB value is (178,238,191). Sum of RGB (Red+Green+Blue) = 178+238+191=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEBF is #4D1140. Grayscale: #D6D6D6. Windows color (decimal): -5050689 or 12578482. OLE color: 12578482.

HSL color Cylindrical-coordinate representation of color #B2EEBF: hue angle of 133º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEBF is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB178238191-
CMYK0.2500.200.07
HSL133º63.83%81.57%-
HSV(B)133º25.21%93.33%-
XYZ58.3474.3860.57-
YUV214.7114.62101.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.32%
GREEN value IS 238 (93.36% from 255) = 39.21%
BLUE value IS 191 (75% from 255) = 31.47%
R=29.32%
G=39.21%
B=31.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782381910.2500.200.0713363.8381.57
HexB2EEBF190147854052
Octal262356277310247205100122
Binary101100101110111010111111110010101001111000010110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EEBF; }

 p { color: rgb(178,238,191); }

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

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

 a { background-color: rgb(178,238,191); }

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

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

 span { border-color: rgb(178,238,191); }

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