Html Css Color HEX #B9FADE Water Leaf

📋 copy color: '#B9FADE'

red 185 ◦ green 250 ◦ blue 222

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

Shades of Water Leaf #B9FADE

Tints of Water Leaf #B9FADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.05%

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

R = 28.16%
G = 38.05%
B = 33.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#B9FADE (or 0xB9FADE) is known color: Water Leaf. HEX triplet: B9, FA and DE. RGB value is (185,250,222). Sum of RGB (Red+Green+Blue) = 185+250+222=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FADE is #460521. Grayscale: #E3E3E3. Windows color (decimal): -4588834 or 14613177. OLE color: 14613177.

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

Color convert

RGB 185 250 222 -
CMYK 0.26 0 0.11 0.02
HSL 154.15º 0.87% 0.85% -
HSV(B) 154.15º 0.26% 0.98% -
XYZ 67.38 83.96 81.76 -
YUV 227.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 185 250 222 0.26 0 0.11 0.02 154.15 0.87 0.85
Hex B9 FA DE 1A 0 B 2 9A 57 55
Octal 271 372 336 32 0 13 2 232 127 125
Binary 10111001 11111010 11011110 11010 0 1011 10 10011010 1010111 1010101

Color Harmonies of #B9FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FADE

Black with #B9FADE

Text Example


Text Example

White with #B9FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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