#B2EEBD

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

Shades of Fringy Flower #B2EEBD

Tints of Fringy Flower #B2EEBD

Color information

#B2EEBD (or 0xB2EEBD) is unknown color: approx Fringy Flower. HEX triplet: B2, EE and BD. RGB value is (178,238,189). Sum of RGB (Red+Green+Blue) = 178+238+189=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEBD is #4D1142. Grayscale: #D6D6D6. Windows color (decimal): -5050691 or 12447410. OLE color: 12447410.

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

Color convert

RGB178238189-
CMYK0.2500.210.07
HSL131º63.83%81.57%-
HSV(B)131º25.21%93.33%-
XYZ58.1274.2959.42-
YUV214.47113.62101.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.42%
GREEN value IS 238 (93.36% from 255) = 39.34%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=29.42%
G=39.34%
B=31.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782381890.2500.210.0713163.8381.57
HexB2EEBD190157834052
Octal262356275310257203100122
Binary101100101110111010111101110010101011111000001110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EEBD; }

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

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

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

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

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

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

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

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