#BCF3E1

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

Shades of Water Leaf #BCF3E1

Tints of Water Leaf #BCF3E1

Color information

#BCF3E1 (or 0xBCF3E1) is unknown color: approx Water Leaf. HEX triplet: BC, F3 and E1. RGB value is (188,243,225). Sum of RGB (Red+Green+Blue) = 188+243+225=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3E1 is #430C1E. Grayscale: #E0E0E0. Windows color (decimal): -4394015 or 14807996. OLE color: 14807996.

HSL color Cylindrical-coordinate representation of color #BCF3E1: hue angle of 160.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3E1 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB188243225-
CMYK0.2300.070.05
HSL160.36º69.62%84.51%-
HSV(B)160.36º22.63%95.29%-
XYZ66.3880.2383.22-
YUV224.5128.28101.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 243 (95.31% from 255) = 37.04%
BLUE value IS 225 (88.28% from 255) = 34.30%
R=28.66%
G=37.04%
B=34.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882432250.2300.070.05160.3669.6284.51
HexBCF3E117075a04655
Octal27436334127075240106125
Binary1011110011110011111000011011101111011010000010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3E1; }

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

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

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

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

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

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

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

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