Html Css Color HEX #B9FBDE Water Leaf

📋 copy color: '#B9FBDE'

red 185 ◦ green 251 ◦ blue 222

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

Shades of Water Leaf #B9FBDE

Tints of Water Leaf #B9FBDE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.15%

 BLUE value IS 222 (87.11% from 255) = 33.74%

R = 28.12%
G = 38.15%
B = 33.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#B9FBDE (or 0xB9FBDE) is known color: Water Leaf. HEX triplet: B9, FB and DE. RGB value is (185,251,222). Sum of RGB (Red+Green+Blue) = 185+251+222=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBDE is #460421. Grayscale: #E4E4E4. Windows color (decimal): -4588578 or 14613433. OLE color: 14613433.

HSL color Cylindrical-coordinate representation of color #B9FBDE: hue angle of 153.64º degrees, saturation: 0.89, 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 #B9FBDE is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 251 222 -
CMYK 0.26 0 0.12 0.02
HSL 153.64º 0.89% 0.85% -
HSV(B) 153.64º 0.26% 0.98% -
XYZ 67.69 84.58 81.87 -
YUV 227.96 124.63 97.36 -
System Red Green Blue C M Y K H S L
Decimal 185 251 222 0.26 0 0.12 0.02 153.64 0.89 0.85
Hex B9 FB DE 1A 0 C 2 9A 59 55
Octal 271 373 336 32 0 14 2 232 131 125
Binary 10111001 11111011 11011110 11010 0 1100 10 10011010 1011001 1010101

Color Harmonies of #B9FBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FBDE

Black with #B9FBDE

Text Example


Text Example

White with #B9FBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FBDE; }

 p { color: rgb(185,251,222); }

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

background-color css

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

 a { background-color: rgb(185,251,222); }

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

border-color css

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

 span { border-color: rgb(185,251,222); }

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