#BCFEF0

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

Shades of Water Leaf #BCFEF0

Tints of Water Leaf #BCFEF0

Color information

#BCFEF0 (or 0xBCFEF0) is unknown color: approx Water Leaf. HEX triplet: BC, FE and F0. RGB value is (188,254,240). Sum of RGB (Red+Green+Blue) = 188+254+240=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEF0 is #43010F. Grayscale: #E8E8E8. Windows color (decimal): -4391184 or 15793852. OLE color: 15793852.

HSL color Cylindrical-coordinate representation of color #BCFEF0: hue angle of 167.27º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEF0 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB188254240-
CMYK0.2600.060.00
HSL167.27º97.06%86.67%-
HSV(B)167.27º25.98%99.61%-
XYZ71.9187.8795.61-
YUV232.67132.1396.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.57%
GREEN value IS 254 (99.61% from 255) = 37.24%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=27.57%
G=37.24%
B=35.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882542400.2600.060.00167.2797.0686.67
HexBCFEF01A060a76157
Octal27437636032060247141127
Binary10111100111111101111000011010011001010011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEF0; }

 p { color: rgb(188,254,240); }

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

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

 a { background-color: rgb(188,254,240); }

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

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

 span { border-color: rgb(188,254,240); }

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