Html Css Color HEX #B9E3DF Water Leaf

📋 copy color: '#B9E3DF'

red 185 ◦ green 227 ◦ blue 223

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

Shades of Water Leaf #B9E3DF

Tints of Water Leaf #B9E3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.75%

 BLUE value IS 223 (87.5% from 255) = 35.12%

R = 29.13%
G = 35.75%
B = 35.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#B9E3DF (or 0xB9E3DF) is known color: Water Leaf. HEX triplet: B9, E3 and DF. RGB value is (185,227,223). Sum of RGB (Red+Green+Blue) = 185+227+223=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E3DF is #461C20. Grayscale: #D5D5D5. Windows color (decimal): -4594721 or 14672825. OLE color: 14672825.

HSL color Cylindrical-coordinate representation of color #B9E3DF: hue angle of 174.29º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E3DF is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 227 223 -
CMYK 0.19 0 0.02 0.11
HSL 174.29º 0.43% 0.81% -
HSV(B) 174.29º 0.19% 0.89% -
XYZ 60.8 70.58 80.23 -
YUV 213.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 185 227 223 0.19 0 0.02 0.11 174.29 0.43 0.81
Hex B9 E3 DF 13 0 2 B AE 2B 51
Octal 271 343 337 23 0 2 13 256 53 121
Binary 10111001 11100011 11011111 10011 0 10 1011 10101110 101011 1010001

Color Harmonies of #B9E3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E3DF

Black with #B9E3DF

Text Example


Text Example

White with #B9E3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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