Html Css Color HEX #B9ECE0 Water Leaf

📋 copy color: '#B9ECE0'

red 185 ◦ green 236 ◦ blue 224

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

Shades of Water Leaf #B9ECE0

Tints of Water Leaf #B9ECE0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.59%

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

R = 28.68%
G = 36.59%
B = 34.73%

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

#B9ECE0 (or 0xB9ECE0) is known color: Water Leaf. HEX triplet: B9, EC and E0. RGB value is (185,236,224). Sum of RGB (Red+Green+Blue) = 185+236+224=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECE0 is #46131F. Grayscale: #DBDBDB. Windows color (decimal): -4592416 or 14740665. OLE color: 14740665.

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

Color convert

RGB 185 236 224 -
CMYK 0.22 0 0.05 0.07
HSL 165.88º 0.57% 0.83% -
HSV(B) 165.88º 0.22% 0.93% -
XYZ 63.46 75.69 81.79 -
YUV 219.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 185 236 224 0.22 0 0.05 0.07 165.88 0.57 0.83
Hex B9 EC E0 16 0 5 7 A6 39 53
Octal 271 354 340 26 0 5 7 246 71 123
Binary 10111001 11101100 11100000 10110 0 101 111 10100110 111001 1010011

Color Harmonies of #B9ECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ECE0

Black with #B9ECE0

Text Example


Text Example

White with #B9ECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ECE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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