#B9EBB8

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

Shades of Fringy Flower #B9EBB8

Tints of Fringy Flower #B9EBB8

Color information

#B9EBB8 (or 0xB9EBB8) is unknown color: approx Fringy Flower. HEX triplet: B9, EB and B8. RGB value is (185,235,184). Sum of RGB (Red+Green+Blue) = 185+235+184=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBB8 is #461447. Grayscale: #D6D6D6. Windows color (decimal): -4592712 or 12118969. OLE color: 12118969.

HSL color Cylindrical-coordinate representation of color #B9EBB8: hue angle of 118.82º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EBB8 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB185235184-
CMYK0.2100.220.08
HSL118.82º56.04%82.16%-
HSV(B)118.82º21.7%92.16%-
XYZ58.3773.1956.4-
YUV214.24110.94107.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 184 (72.27% from 255) = 30.46%
R=30.63%
G=38.91%
B=30.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852351840.2100.220.08118.8256.0482.16
HexB9EBB8150168773852
Octal271353270250261016770122
Binary10111001111010111011100010101010110100011101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBB8; }

 p { color: rgb(185,235,184); }

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

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

 a { background-color: rgb(185,235,184); }

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

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

 span { border-color: rgb(185,235,184); }

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