Html Css Color HEX #B9EDE3 Water Leaf

📋 copy color: '#B9EDE3'

red 185 ◦ green 237 ◦ blue 227

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

Shades of Water Leaf #B9EDE3

Tints of Water Leaf #B9EDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.98%

R = 28.51%
G = 36.52%
B = 34.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#B9EDE3 (or 0xB9EDE3) is known color: Water Leaf. HEX triplet: B9, ED and E3. RGB value is (185,237,227). Sum of RGB (Red+Green+Blue) = 185+237+227=649 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.51% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDE3 is #46121C. Grayscale: #DCDCDC. Windows color (decimal): -4592157 or 14937529. OLE color: 14937529.

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

Color convert

RGB 185 237 227 -
CMYK 0.22 0 0.04 0.07
HSL 168.46º 0.59% 0.83% -
HSV(B) 168.46º 0.22% 0.93% -
XYZ 64.16 76.43 84.04 -
YUV 220.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 185 237 227 0.22 0 0.04 0.07 168.46 0.59 0.83
Hex B9 ED E3 16 0 4 7 A8 3B 53
Octal 271 355 343 26 0 4 7 250 73 123
Binary 10111001 11101101 11100011 10110 0 100 111 10101000 111011 1010011

Color Harmonies of #B9EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDE3

Black with #B9EDE3

Text Example


Text Example

White with #B9EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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