Html Css Color HEX #B9F0DF Water Leaf

📋 copy color: '#B9F0DF'

red 185 ◦ green 240 ◦ blue 223

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

Shades of Water Leaf #B9F0DF

Tints of Water Leaf #B9F0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.04%

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

R = 28.55%
G = 37.04%
B = 34.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#B9F0DF (or 0xB9F0DF) is known color: Water Leaf. HEX triplet: B9, F0 and DF. RGB value is (185,240,223). Sum of RGB (Red+Green+Blue) = 185+240+223=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F0DF is #460F20. Grayscale: #DDDDDD. Windows color (decimal): -4591393 or 14676153. OLE color: 14676153.

HSL color Cylindrical-coordinate representation of color #B9F0DF: hue angle of 161.45º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F0DF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 240 223 -
CMYK 0.23 0 0.07 0.06
HSL 161.45º 0.65% 0.83% -
HSV(B) 161.45º 0.23% 0.94% -
XYZ 64.49 77.96 81.46 -
YUV 221.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 185 240 223 0.23 0 0.07 0.06 161.45 0.65 0.83
Hex B9 F0 DF 17 0 7 6 A1 41 53
Octal 271 360 337 27 0 7 6 241 101 123
Binary 10111001 11110000 11011111 10111 0 111 110 10100001 1000001 1010011

Color Harmonies of #B9F0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F0DF

Black with #B9F0DF

Text Example


Text Example

White with #B9F0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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