#B2EEBE

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

Shades of Fringy Flower #B2EEBE

Tints of Fringy Flower #B2EEBE

Color information

#B2EEBE (or 0xB2EEBE) is unknown color: approx Fringy Flower. HEX triplet: B2, EE and BE. RGB value is (178,238,190). Sum of RGB (Red+Green+Blue) = 178+238+190=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEBE is #4D1141. Grayscale: #D6D6D6. Windows color (decimal): -5050690 or 12512946. OLE color: 12512946.

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

Color convert

RGB178238190-
CMYK0.2500.200.07
HSL132º63.83%81.57%-
HSV(B)132º25.21%93.33%-
XYZ58.2374.3359.99-
YUV214.59114.12101.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.37%
GREEN value IS 238 (93.36% from 255) = 39.27%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=29.37%
G=39.27%
B=31.35%

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
Decimal1782381900.2500.200.0713263.8381.57
HexB2EEBE190147844052
Octal262356276310247204100122
Binary101100101110111010111110110010101001111000010010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EEBE; }

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

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

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

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

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

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

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

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