Html Css Color HEX #B9EDE0 Water Leaf

📋 copy color: '#B9EDE0'

red 185 ◦ green 237 ◦ blue 224

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

Shades of Water Leaf #B9EDE0

Tints of Water Leaf #B9EDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.67%

R = 28.64%
G = 36.69%
B = 34.67%

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

#B9EDE0 (or 0xB9EDE0) is known color: Water Leaf. HEX triplet: B9, ED and E0. RGB value is (185,237,224). Sum of RGB (Red+Green+Blue) = 185+237+224=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDE0 is #46121F. Grayscale: #DBDBDB. Windows color (decimal): -4592160 or 14740921. OLE color: 14740921.

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

Color convert

RGB 185 237 224 -
CMYK 0.22 0 0.05 0.07
HSL 165º 0.59% 0.83% -
HSV(B) 165º 0.22% 0.93% -
XYZ 63.75 76.26 81.88 -
YUV 219.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 185 237 224 0.22 0 0.05 0.07 165 0.59 0.83
Hex B9 ED E0 16 0 5 7 A5 3B 53
Octal 271 355 340 26 0 5 7 245 73 123
Binary 10111001 11101101 11100000 10110 0 101 111 10100101 111011 1010011

Color Harmonies of #B9EDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDE0

Black with #B9EDE0

Text Example


Text Example

White with #B9EDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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