Html Css Color HEX #B9F2DD Water Leaf

📋 copy color: '#B9F2DD'

red 185 ◦ green 242 ◦ blue 221

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

Shades of Water Leaf #B9F2DD

Tints of Water Leaf #B9F2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.1%

R = 28.55%
G = 37.35%
B = 34.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#B9F2DD (or 0xB9F2DD) is known color: Water Leaf. HEX triplet: B9, F2 and DD. RGB value is (185,242,221). Sum of RGB (Red+Green+Blue) = 185+242+221=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2DD is #460D22. Grayscale: #DEDEDE. Windows color (decimal): -4590883 or 14545593. OLE color: 14545593.

HSL color Cylindrical-coordinate representation of color #B9F2DD: hue angle of 157.89º 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 #B9F2DD is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 242 221 -
CMYK 0.24 0 0.09 0.05
HSL 157.89º 0.69% 0.84% -
HSV(B) 157.89º 0.24% 0.95% -
XYZ 64.81 79.04 80.25 -
YUV 222.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 185 242 221 0.24 0 0.09 0.05 157.89 0.69 0.84
Hex B9 F2 DD 18 0 9 5 9E 45 54
Octal 271 362 335 30 0 11 5 236 105 124
Binary 10111001 11110010 11011101 11000 0 1001 101 10011110 1000101 1010100

Color Harmonies of #B9F2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F2DD

Black with #B9F2DD

Text Example


Text Example

White with #B9F2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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