Html Css Color HEX #B9F9DF Water Leaf

📋 copy color: '#B9F9DF'

red 185 ◦ green 249 ◦ blue 223

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

Shades of Water Leaf #B9F9DF

Tints of Water Leaf #B9F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.9%

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

R = 28.16%
G = 37.9%
B = 33.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#B9F9DF (or 0xB9F9DF) is known color: Water Leaf. HEX triplet: B9, F9 and DF. RGB value is (185,249,223). Sum of RGB (Red+Green+Blue) = 185+249+223=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F9DF is #460620. Grayscale: #E2E2E2. Windows color (decimal): -4589089 or 14678457. OLE color: 14678457.

HSL color Cylindrical-coordinate representation of color #B9F9DF: hue angle of 155.62º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9F9DF is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 249 223 -
CMYK 0.26 0 0.10 0.02
HSL 155.63º 0.84% 0.85% -
HSV(B) 155.63º 0.26% 0.98% -
XYZ 67.2 83.39 82.37 -
YUV 226.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 185 249 223 0.26 0 0.10 0.02 155.63 0.84 0.85
Hex B9 F9 DF 1A 0 A 2 9C 54 55
Octal 271 371 337 32 0 12 2 234 124 125
Binary 10111001 11111001 11011111 11010 0 1010 10 10011100 1010100 1010101

Color Harmonies of #B9F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F9DF

Black with #B9F9DF

Text Example


Text Example

White with #B9F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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