Html Css Color HEX #B9E3DD Water Leaf

📋 copy color: '#B9E3DD'

red 185 ◦ green 227 ◦ blue 221

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

Shades of Water Leaf #B9E3DD

Tints of Water Leaf #B9E3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.86%

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

R = 29.23%
G = 35.86%
B = 34.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#B9E3DD (or 0xB9E3DD) is known color: Water Leaf. HEX triplet: B9, E3 and DD. RGB value is (185,227,221). Sum of RGB (Red+Green+Blue) = 185+227+221=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E3DD is #461C22. Grayscale: #D5D5D5. Windows color (decimal): -4594723 or 14541753. OLE color: 14541753.

HSL color Cylindrical-coordinate representation of color #B9E3DD: hue angle of 171.43º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E3DD is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 227 221 -
CMYK 0.19 0 0.03 0.11
HSL 171.43º 0.43% 0.81% -
HSV(B) 171.43º 0.19% 0.89% -
XYZ 60.53 70.47 78.82 -
YUV 213.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 185 227 221 0.19 0 0.03 0.11 171.43 0.43 0.81
Hex B9 E3 DD 13 0 3 B AB 2B 51
Octal 271 343 335 23 0 3 13 253 53 121
Binary 10111001 11100011 11011101 10011 0 11 1011 10101011 101011 1010001

Color Harmonies of #B9E3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E3DD

Black with #B9E3DD

Text Example


Text Example

White with #B9E3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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