Html Css Color HEX #B6FADE Water Leaf

📋 copy color: '#B6FADE'

red 182 ◦ green 250 ◦ blue 222

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

Shades of Water Leaf #B6FADE

Tints of Water Leaf #B6FADE

RGB

 RED value IS 182 (71.48% from 255) = 27.83%

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

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

R = 27.83%
G = 38.23%
B = 33.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#B6FADE (or 0xB6FADE) is known color: Water Leaf. HEX triplet: B6, FA and DE. RGB value is (182,250,222). Sum of RGB (Red+Green+Blue) = 182+250+222=654 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.83% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FADE is #490521. Grayscale: #E2E2E2. Windows color (decimal): -4785442 or 14613174. OLE color: 14613174.

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

Color convert

RGB 182 250 222 -
CMYK 0.27 0 0.11 0.02
HSL 155.29º 0.87% 0.85% -
HSV(B) 155.29º 0.27% 0.98% -
XYZ 66.66 83.59 81.73 -
YUV 226.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 182 250 222 0.27 0 0.11 0.02 155.29 0.87 0.85
Hex B6 FA DE 1B 0 B 2 9B 57 55
Octal 266 372 336 33 0 13 2 233 127 125
Binary 10110110 11111010 11011110 11011 0 1011 10 10011011 1010111 1010101

Color Harmonies of #B6FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FADE

Black with #B6FADE

Text Example


Text Example

White with #B6FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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