#BCF6EA

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

Shades of Water Leaf #BCF6EA

Tints of Water Leaf #BCF6EA

Color information

#BCF6EA (or 0xBCF6EA) is unknown color: approx Water Leaf. HEX triplet: BC, F6 and EA. RGB value is (188,246,234). Sum of RGB (Red+Green+Blue) = 188+246+234=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6EA is #430915. Grayscale: #E3E3E3. Windows color (decimal): -4393238 or 15398588. OLE color: 15398588.

HSL color Cylindrical-coordinate representation of color #BCF6EA: hue angle of 167.59º 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 #BCF6EA is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB188246234-
CMYK0.2400.050.04
HSL167.59º76.32%85.1%-
HSV(B)167.59º23.58%96.47%-
XYZ68.5582.5490.16-
YUV227.29131.7899.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.14%
GREEN value IS 246 (96.48% from 255) = 36.83%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=28.14%
G=36.83%
B=35.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882462340.2400.050.04167.5976.3285.1
HexBCF6EA18054a84c55
Octal27436635230054250114125
Binary1011110011110110111010101100001011001010100010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6EA; }

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

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

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

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

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

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

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

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