Html Css Color HEX #B9F2DF Water Leaf

📋 copy color: '#B9F2DF'

red 185 ◦ green 242 ◦ blue 223

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

Shades of Water Leaf #B9F2DF

Tints of Water Leaf #B9F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.23%

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

R = 28.46%
G = 37.23%
B = 34.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#B9F2DF (or 0xB9F2DF) is known color: Water Leaf. HEX triplet: B9, F2 and DF. RGB value is (185,242,223). Sum of RGB (Red+Green+Blue) = 185+242+223=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2DF is #460D20. Grayscale: #DEDEDE. Windows color (decimal): -4590881 or 14676665. OLE color: 14676665.

HSL color Cylindrical-coordinate representation of color #B9F2DF: hue angle of 160º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2DF is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 242 223 -
CMYK 0.24 0 0.08 0.05
HSL 160º 0.69% 0.84% -
HSV(B) 160º 0.24% 0.95% -
XYZ 65.08 79.15 81.66 -
YUV 222.79 128.12 101.04 -
System Red Green Blue C M Y K H S L
Decimal 185 242 223 0.24 0 0.08 0.05 160 0.69 0.84
Hex B9 F2 DF 18 0 8 5 A0 45 54
Octal 271 362 337 30 0 10 5 240 105 124
Binary 10111001 11110010 11011111 11000 0 1000 101 10100000 1000101 1010100

Color Harmonies of #B9F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F2DF

Black with #B9F2DF

Text Example


Text Example

White with #B9F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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