Html Css Color HEX #B9E9DE Water Leaf

📋 copy color: '#B9E9DE'

red 185 ◦ green 233 ◦ blue 222

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

Shades of Water Leaf #B9E9DE

Tints of Water Leaf #B9E9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.69%

R = 28.91%
G = 36.41%
B = 34.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#B9E9DE (or 0xB9E9DE) is known color: Water Leaf. HEX triplet: B9, E9 and DE. RGB value is (185,233,222). Sum of RGB (Red+Green+Blue) = 185+233+222=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9DE is #461621. Grayscale: #D9D9D9. Windows color (decimal): -4593186 or 14608825. OLE color: 14608825.

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

Color convert

RGB 185 233 222 -
CMYK 0.21 0 0.05 0.09
HSL 166.25º 0.52% 0.82% -
HSV(B) 166.25º 0.21% 0.91% -
XYZ 62.33 73.87 80.08 -
YUV 217.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 185 233 222 0.21 0 0.05 0.09 166.25 0.52 0.82
Hex B9 E9 DE 15 0 5 9 A6 34 52
Octal 271 351 336 25 0 5 11 246 64 122
Binary 10111001 11101001 11011110 10101 0 101 1001 10100110 110100 1010010

Color Harmonies of #B9E9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E9DE

Black with #B9E9DE

Text Example


Text Example

White with #B9E9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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