Html Css Color HEX #B9EDE2 Water Leaf

📋 copy color: '#B9EDE2'

red 185 ◦ green 237 ◦ blue 226

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

Shades of Water Leaf #B9EDE2

Tints of Water Leaf #B9EDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.88%

R = 28.55%
G = 36.57%
B = 34.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#B9EDE2 (or 0xB9EDE2) is known color: Water Leaf. HEX triplet: B9, ED and E2. RGB value is (185,237,226). Sum of RGB (Red+Green+Blue) = 185+237+226=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDE2 is #46121D. Grayscale: #DCDCDC. Windows color (decimal): -4592158 or 14871993. OLE color: 14871993.

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

Color convert

RGB 185 237 226 -
CMYK 0.22 0 0.05 0.07
HSL 167.31º 0.59% 0.83% -
HSV(B) 167.31º 0.22% 0.93% -
XYZ 64.02 76.37 83.32 -
YUV 220.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 185 237 226 0.22 0 0.05 0.07 167.31 0.59 0.83
Hex B9 ED E2 16 0 5 7 A7 3B 53
Octal 271 355 342 26 0 5 7 247 73 123
Binary 10111001 11101101 11100010 10110 0 101 111 10100111 111011 1010011

Color Harmonies of #B9EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDE2

Black with #B9EDE2

Text Example


Text Example

White with #B9EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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