#BCEAE3

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

Shades of Water Leaf #BCEAE3

Tints of Water Leaf #BCEAE3

Color information

#BCEAE3 (or 0xBCEAE3) is unknown color: approx Water Leaf. HEX triplet: BC, EA and E3. RGB value is (188,234,227). Sum of RGB (Red+Green+Blue) = 188+234+227=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAE3 is #43151C. Grayscale: #DBDBDB. Windows color (decimal): -4396317 or 14936764. OLE color: 14936764.

HSL color Cylindrical-coordinate representation of color #BCEAE3: hue angle of 170.87º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAE3 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB188234227-
CMYK0.2000.030.08
HSL170.87º52.27%82.75%-
HSV(B)170.87º19.66%91.76%-
XYZ64.0375.0883.79-
YUV219.45132.26105.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 227 (89.06% from 255) = 34.98%
R=28.97%
G=36.06%
B=34.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882342270.2000.030.08170.8752.2782.75
HexBCEAE314038ab3453
Octal27435234324031025364123
Binary101111001110101011100011101000111000101010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAE3; }

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

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

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

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

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

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

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

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