Html Css Color HEX #B1FADE Water Leaf

📋 copy color: '#B1FADE'

red 177 ◦ green 250 ◦ blue 222

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

Shades of Water Leaf #B1FADE

Tints of Water Leaf #B1FADE

RGB

 RED value IS 177 (69.53% from 255) = 27.27%

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

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

R = 27.27%
G = 38.52%
B = 34.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#B1FADE (or 0xB1FADE) is known color: Water Leaf. HEX triplet: B1, FA and DE. RGB value is (177,250,222). Sum of RGB (Red+Green+Blue) = 177+250+222=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FADE is #4E0521. Grayscale: #E1E1E1. Windows color (decimal): -5113122 or 14613169. OLE color: 14613169.

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

Color convert

RGB 177 250 222 -
CMYK 0.29 0 0.11 0.02
HSL 156.99º 0.88% 0.84% -
HSV(B) 156.99º 0.29% 0.98% -
XYZ 65.5 82.99 81.67 -
YUV 224.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 177 250 222 0.29 0 0.11 0.02 156.99 0.88 0.84
Hex B1 FA DE 1D 0 B 2 9D 58 54
Octal 261 372 336 35 0 13 2 235 130 124
Binary 10110001 11111010 11011110 11101 0 1011 10 10011101 1011000 1010100

Color Harmonies of #B1FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FADE

Black with #B1FADE

Text Example


Text Example

White with #B1FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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