Html Css Color HEX #B9F2DB Water Leaf

📋 copy color: '#B9F2DB'

red 185 ◦ green 242 ◦ blue 219

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

Shades of Water Leaf #B9F2DB

Tints of Water Leaf #B9F2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.9%

R = 28.64%
G = 37.46%
B = 33.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#B9F2DB (or 0xB9F2DB) is known color: Water Leaf. HEX triplet: B9, F2 and DB. RGB value is (185,242,219). Sum of RGB (Red+Green+Blue) = 185+242+219=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2DB is #460D24. Grayscale: #DEDEDE. Windows color (decimal): -4590885 or 14414521. OLE color: 14414521.

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

Color convert

RGB 185 242 219 -
CMYK 0.24 0 0.10 0.05
HSL 155.79º 0.69% 0.84% -
HSV(B) 155.79º 0.24% 0.95% -
XYZ 64.55 78.93 78.85 -
YUV 222.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 185 242 219 0.24 0 0.10 0.05 155.79 0.69 0.84
Hex B9 F2 DB 18 0 A 5 9C 45 54
Octal 271 362 333 30 0 12 5 234 105 124
Binary 10111001 11110010 11011011 11000 0 1010 101 10011100 1000101 1010100

Color Harmonies of #B9F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F2DB

Black with #B9F2DB

Text Example


Text Example

White with #B9F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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