Html Css Color HEX #B9EDE5 Water Leaf

📋 copy color: '#B9EDE5'

red 185 ◦ green 237 ◦ blue 229

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

Shades of Water Leaf #B9EDE5

Tints of Water Leaf #B9EDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.18%

R = 28.42%
G = 36.41%
B = 35.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#B9EDE5 (or 0xB9EDE5) is known color: Water Leaf. HEX triplet: B9, ED and E5. RGB value is (185,237,229). Sum of RGB (Red+Green+Blue) = 185+237+229=651 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.42% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDE5 is #46121A. Grayscale: #DCDCDC. Windows color (decimal): -4592155 or 15068601. OLE color: 15068601.

HSL color Cylindrical-coordinate representation of color #B9EDE5: hue angle of 170.77º 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 #B9EDE5 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 237 229 -
CMYK 0.22 0 0.03 0.07
HSL 170.77º 0.59% 0.83% -
HSV(B) 170.77º 0.22% 0.93% -
XYZ 64.43 76.54 85.51 -
YUV 220.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 185 237 229 0.22 0 0.03 0.07 170.77 0.59 0.83
Hex B9 ED E5 16 0 3 7 AB 3B 53
Octal 271 355 345 26 0 3 7 253 73 123
Binary 10111001 11101101 11100101 10110 0 11 111 10101011 111011 1010011

Color Harmonies of #B9EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDE5

Black with #B9EDE5

Text Example


Text Example

White with #B9EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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