#B7FADE

Color #B7FADE Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B7FADE

Tints of Water Leaf #B7FADE

Color information

#B7FADE (or 0xB7FADE) is unknown color: approx Water Leaf. HEX triplet: B7, FA and DE. RGB value is (183,250,222). Sum of RGB (Red+Green+Blue) = 183+250+222=655 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.94% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FADE is #480521. Grayscale: #E2E2E2. Windows color (decimal): -4719906 or 14613175. OLE color: 14613175.

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

Color convert

RGB183250222-
CMYK0.2700.110.02
HSL154.93º87.01%84.9%-
HSV(B)154.93º26.8%98.04%-
XYZ66.983.7181.74-
YUV226.77125.396.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.94%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=27.94%
G=38.17%
B=33.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832502220.2700.110.02154.9387.0184.9
HexB7FADE1B0B29b5755
Octal267372336330132233127125
Binary1011011111111010110111101101101011101001101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FADE; }

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

 H1.HeaderClassName
 {
   color: #B7FADE;
 }
 .AnyTagClassName
 {
   color: #B7FADE;
 }
</style>
background-color css

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

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

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

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

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

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