Html Css Color HEX #B9EDE7 Water Leaf

📋 copy color: '#B9EDE7'

red 185 ◦ green 237 ◦ blue 231

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

Shades of Water Leaf #B9EDE7

Tints of Water Leaf #B9EDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.38%

R = 28.33%
G = 36.29%
B = 35.38%

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

#B9EDE7 (or 0xB9EDE7) is known color: Water Leaf. HEX triplet: B9, ED and E7. RGB value is (185,237,231). Sum of RGB (Red+Green+Blue) = 185+237+231=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EDE7 is #461218. Grayscale: #DCDCDC. Windows color (decimal): -4592153 or 15199673. OLE color: 15199673.

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

Color convert

RGB 185 237 231 -
CMYK 0.22 0 0.03 0.07
HSL 173.08º 0.59% 0.83% -
HSV(B) 173.08º 0.22% 0.93% -
XYZ 64.72 76.65 86.99 -
YUV 220.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 185 237 231 0.22 0 0.03 0.07 173.08 0.59 0.83
Hex B9 ED E7 16 0 3 7 AD 3B 53
Octal 271 355 347 26 0 3 7 255 73 123
Binary 10111001 11101101 11100111 10110 0 11 111 10101101 111011 1010011

Color Harmonies of #B9EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDE7

Black with #B9EDE7

Text Example


Text Example

White with #B9EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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