Html Css Color HEX #B9EDE6 Water Leaf

📋 copy color: '#B9EDE6'

red 185 ◦ green 237 ◦ blue 230

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

Shades of Water Leaf #B9EDE6

Tints of Water Leaf #B9EDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.28%

R = 28.37%
G = 36.35%
B = 35.28%

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

#B9EDE6 (or 0xB9EDE6) is known color: Water Leaf. HEX triplet: B9, ED and E6. RGB value is (185,237,230). Sum of RGB (Red+Green+Blue) = 185+237+230=652 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.37% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EDE6 is #461219. Grayscale: #DCDCDC. Windows color (decimal): -4592154 or 15134137. OLE color: 15134137.

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

Color convert

RGB 185 237 230 -
CMYK 0.22 0 0.03 0.07
HSL 171.92º 0.59% 0.83% -
HSV(B) 171.92º 0.22% 0.93% -
XYZ 64.57 76.6 86.24 -
YUV 220.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 185 237 230 0.22 0 0.03 0.07 171.92 0.59 0.83
Hex B9 ED E6 16 0 3 7 AC 3B 53
Octal 271 355 346 26 0 3 7 254 73 123
Binary 10111001 11101101 11100110 10110 0 11 111 10101100 111011 1010011

Color Harmonies of #B9EDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDE6

Black with #B9EDE6

Text Example


Text Example

White with #B9EDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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