#B4EEB8

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

Shades of Fringy Flower #B4EEB8

Tints of Fringy Flower #B4EEB8

Color information

#B4EEB8 (or 0xB4EEB8) is unknown color: approx Fringy Flower. HEX triplet: B4, EE and B8. RGB value is (180,238,184). Sum of RGB (Red+Green+Blue) = 180+238+184=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EEB8 is #4B1147. Grayscale: #D6D6D6. Windows color (decimal): -4919624 or 12119732. OLE color: 12119732.

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

Color convert

RGB180238184-
CMYK0.2400.230.07
HSL124.14º63.04%81.96%-
HSV(B)124.14º24.37%93.33%-
XYZ58.0574.3156.63-
YUV214.5110.78103.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.90%
GREEN value IS 238 (93.36% from 255) = 39.53%
BLUE value IS 184 (72.27% from 255) = 30.56%
R=29.90%
G=39.53%
B=30.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802381840.2400.230.07124.1463.0481.96
HexB4EEB81801777c3f52
Octal26435627030027717477122
Binary1011010011101110101110001100001011111111111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EEB8; }

 p { color: rgb(180,238,184); }

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

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

 a { background-color: rgb(180,238,184); }

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

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

 span { border-color: rgb(180,238,184); }

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