#B8FCDE

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

Shades of Water Leaf #B8FCDE

Tints of Water Leaf #B8FCDE

Color information

#B8FCDE (or 0xB8FCDE) is unknown color: approx Water Leaf. HEX triplet: B8, FC and DE. RGB value is (184,252,222). Sum of RGB (Red+Green+Blue) = 184+252+222=658 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.96% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FCDE is #470321. Grayscale: #E4E4E4. Windows color (decimal): -4653858 or 14613688. OLE color: 14613688.

HSL color Cylindrical-coordinate representation of color #B8FCDE: hue angle of 153.53º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FCDE is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB184252222-
CMYK0.2700.120.01
HSL153.53º91.89%85.49%-
HSV(B)153.53º26.98%98.82%-
XYZ67.7685.0981.96-
YUV228.25124.4796.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.96%
GREEN value IS 252 (98.83% from 255) = 38.30%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=27.96%
G=38.30%
B=33.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842522220.2700.120.01153.5391.8985.49
HexB8FCDE1B0C19a5c55
Octal270374336330141232134125
Binary101110001111110011011110110110110011001101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FCDE; }

 p { color: rgb(184,252,222); }

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

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

 a { background-color: rgb(184,252,222); }

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

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

 span { border-color: rgb(184,252,222); }

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