Html Css Color HEX #B9E2DF Water Leaf

📋 copy color: '#B9E2DF'

red 185 ◦ green 226 ◦ blue 223

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

Shades of Water Leaf #B9E2DF

Tints of Water Leaf #B9E2DF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.65%

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

R = 29.18%
G = 35.65%
B = 35.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#B9E2DF (or 0xB9E2DF) is known color: Water Leaf. HEX triplet: B9, E2 and DF. RGB value is (185,226,223). Sum of RGB (Red+Green+Blue) = 185+226+223=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2DF is #461D20. Grayscale: #D5D5D5. Windows color (decimal): -4594977 or 14672569. OLE color: 14672569.

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

Color convert

RGB 185 226 223 -
CMYK 0.18 0 0.01 0.11
HSL 175.61º 0.41% 0.81% -
HSV(B) 175.61º 0.18% 0.89% -
XYZ 60.52 70.03 80.14 -
YUV 213.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 185 226 223 0.18 0 0.01 0.11 175.61 0.41 0.81
Hex B9 E2 DF 12 0 1 B B0 29 51
Octal 271 342 337 22 0 1 13 260 51 121
Binary 10111001 11100010 11011111 10010 0 1 1011 10110000 101001 1010001

Color Harmonies of #B9E2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E2DF

Black with #B9E2DF

Text Example


Text Example

White with #B9E2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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