Html Css Color HEX #B9E9DF Water Leaf

📋 copy color: '#B9E9DF'

red 185 ◦ green 233 ◦ blue 223

#B9E9DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #B9E9DF

Tints of Water Leaf #B9E9DF

RGB

 RED value IS 185 (72.66% from 255) = 28.86%

 GREEN value IS 233 (91.41% from 255) = 36.35%

 BLUE value IS 223 (87.5% from 255) = 34.79%

R = 28.86%
G = 36.35%
B = 34.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#B9E9DF (or 0xB9E9DF) is known color: Water Leaf. HEX triplet: B9, E9 and DF. RGB value is (185,233,223). Sum of RGB (Red+Green+Blue) = 185+233+223=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9DF is #461620. Grayscale: #D9D9D9. Windows color (decimal): -4593185 or 14674361. OLE color: 14674361.

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

Color convert

RGB 185 233 223 -
CMYK 0.21 0 0.04 0.09
HSL 167.5º 0.52% 0.82% -
HSV(B) 167.5º 0.21% 0.91% -
XYZ 62.47 73.92 80.79 -
YUV 217.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 185 233 223 0.21 0 0.04 0.09 167.5 0.52 0.82
Hex B9 E9 DF 15 0 4 9 A8 34 52
Octal 271 351 337 25 0 4 11 250 64 122
Binary 10111001 11101001 11011111 10101 0 100 1001 10101000 110100 1010010

Color Harmonies of #B9E9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E9DF

Black with #B9E9DF

Text Example


Text Example

White with #B9E9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E9DF; }

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

 H1.HeaderClassName
 {
   color: #B9E9DF;
 }
 .AnyTagClassName
 {
   color: #B9E9DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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