#BCF6E1

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

Shades of Water Leaf #BCF6E1

Tints of Water Leaf #BCF6E1

Color information

#BCF6E1 (or 0xBCF6E1) is unknown color: approx Water Leaf. HEX triplet: BC, F6 and E1. RGB value is (188,246,225). Sum of RGB (Red+Green+Blue) = 188+246+225=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 246 (96.48% from 255 or 37.33% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6E1 is #43091E. Grayscale: #E2E2E2. Windows color (decimal): -4393247 or 14808764. OLE color: 14808764.

HSL color Cylindrical-coordinate representation of color #BCF6E1: hue angle of 158.28º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6E1 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB188246225-
CMYK0.2400.090.04
HSL158.28º76.32%85.1%-
HSV(B)158.28º23.58%96.47%-
XYZ67.2982.0483.52-
YUV226.26127.28100.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 246 (96.48% from 255) = 37.33%
BLUE value IS 225 (88.28% from 255) = 34.14%
R=28.53%
G=37.33%
B=34.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882462250.2400.090.04158.2876.3285.1
HexBCF6E1180949e4c55
Octal274366341300114236114125
Binary10111100111101101110000111000010011001001111010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6E1; }

 p { color: rgb(188,246,225); }

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

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

 a { background-color: rgb(188,246,225); }

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

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

 span { border-color: rgb(188,246,225); }

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