Html Css Color HEX #B9EDDD Water Leaf

📋 copy color: '#B9EDDD'

red 185 ◦ green 237 ◦ blue 221

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

Shades of Water Leaf #B9EDDD

Tints of Water Leaf #B9EDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.86%

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

R = 28.77%
G = 36.86%
B = 34.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#B9EDDD (or 0xB9EDDD) is known color: Water Leaf. HEX triplet: B9, ED and DD. RGB value is (185,237,221). Sum of RGB (Red+Green+Blue) = 185+237+221=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDDD is #461222. Grayscale: #DBDBDB. Windows color (decimal): -4592163 or 14544313. OLE color: 14544313.

HSL color Cylindrical-coordinate representation of color #B9EDDD: hue angle of 161.54º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EDDD is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 237 221 -
CMYK 0.22 0 0.07 0.07
HSL 161.54º 0.59% 0.83% -
HSV(B) 161.54º 0.22% 0.93% -
XYZ 63.34 76.1 79.76 -
YUV 219.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 185 237 221 0.22 0 0.07 0.07 161.54 0.59 0.83
Hex B9 ED DD 16 0 7 7 A2 3B 53
Octal 271 355 335 26 0 7 7 242 73 123
Binary 10111001 11101101 11011101 10110 0 111 111 10100010 111011 1010011

Color Harmonies of #B9EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDDD

Black with #B9EDDD

Text Example


Text Example

White with #B9EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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