Html Css Color HEX #B9F0DD Water Leaf

📋 copy color: '#B9F0DD'

red 185 ◦ green 240 ◦ blue 221

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

Shades of Water Leaf #B9F0DD

Tints of Water Leaf #B9F0DD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.15%

 BLUE value IS 221 (86.72% from 255) = 34.21%

R = 28.64%
G = 37.15%
B = 34.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#B9F0DD (or 0xB9F0DD) is known color: Water Leaf. HEX triplet: B9, F0 and DD. RGB value is (185,240,221). Sum of RGB (Red+Green+Blue) = 185+240+221=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F0DD is #460F22. Grayscale: #DDDDDD. Windows color (decimal): -4591395 or 14545081. OLE color: 14545081.

HSL color Cylindrical-coordinate representation of color #B9F0DD: hue angle of 159.27º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F0DD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 240 221 -
CMYK 0.23 0 0.08 0.06
HSL 159.27º 0.65% 0.83% -
HSV(B) 159.27º 0.23% 0.94% -
XYZ 64.22 77.85 80.05 -
YUV 221.39 127.78 102.04 -
System Red Green Blue C M Y K H S L
Decimal 185 240 221 0.23 0 0.08 0.06 159.27 0.65 0.83
Hex B9 F0 DD 17 0 8 6 9F 41 53
Octal 271 360 335 27 0 10 6 237 101 123
Binary 10111001 11110000 11011101 10111 0 1000 110 10011111 1000001 1010011

Color Harmonies of #B9F0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F0DD

Black with #B9F0DD

Text Example


Text Example

White with #B9F0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F0DD; }

 p { color: rgb(185,240,221); }

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

background-color css

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

 a { background-color: rgb(185,240,221); }

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

border-color css

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

 span { border-color: rgb(185,240,221); }

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