#b9e9c4

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

Shades of Fringy Flower #B9E9C4

Tints of Fringy Flower #B9E9C4

Color information

#B9E9C4 (or 0xB9E9C4) is unknown color: approx Fringy Flower. HEX triplet: B9, E9 and C4. RGB value is (185,233,196). Sum of RGB (Red+Green+Blue) = 185+233+196=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9C4 is #46163B. Grayscale: #D6D6D6. Windows color (decimal): -4593212 or 12904889. OLE color: 12904889.

HSL color Cylindrical-coordinate representation of color #B9E9C4: hue angle of 133.75º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E9C4 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB185233196-
CMYK0.2100.160.09
HSL133.75º52.17%81.96%-
HSV(B)133.75º20.6%91.37%-
XYZ59.1172.5863.12-
YUV214.43117.6107.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.13%
GREEN value IS 233 (91.41% from 255) = 37.95%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=30.13%
G=37.95%
B=31.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852331960.2100.160.09133.7552.1781.96
HexB9E9C4150109863452
Octal271351304250201120664122
Binary101110011110100111000100101010100001001100001101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9e9c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9e9c4; }

 p { color: rgb(185,233,196); }

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

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

 a { background-color: rgb(185,233,196); }

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

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

 span { border-color: rgb(185,233,196); }

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