#BCFAE6

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

Shades of Water Leaf #BCFAE6

Tints of Water Leaf #BCFAE6

Color information

#BCFAE6 (or 0xBCFAE6) is unknown color: approx Water Leaf. HEX triplet: BC, FA and E6. RGB value is (188,250,230). Sum of RGB (Red+Green+Blue) = 188+250+230=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAE6 is #430519. Grayscale: #E5E5E5. Windows color (decimal): -4392218 or 15137468. OLE color: 15137468.

HSL color Cylindrical-coordinate representation of color #BCFAE6: hue angle of 160.65º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFAE6 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB188250230-
CMYK0.2500.080.02
HSL160.65º86.11%85.88%-
HSV(B)160.65º24.8%98.04%-
XYZ69.2184.7887.58-
YUV229.18128.4698.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.14%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 230 (90.23% from 255) = 34.43%
R=28.14%
G=37.43%
B=34.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882502300.2500.080.02160.6586.1185.88
HexBCFAE619082a15656
Octal274372346310102241126126
Binary1011110011111010111001101100101000101010000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAE6; }

 p { color: rgb(188,250,230); }

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

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

 a { background-color: rgb(188,250,230); }

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

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

 span { border-color: rgb(188,250,230); }

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