#BCEBE3

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

Shades of Water Leaf #BCEBE3

Tints of Water Leaf #BCEBE3

Color information

#BCEBE3 (or 0xBCEBE3) is unknown color: approx Water Leaf. HEX triplet: BC, EB and E3. RGB value is (188,235,227). Sum of RGB (Red+Green+Blue) = 188+235+227=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBE3 is #43141C. Grayscale: #DCDCDC. Windows color (decimal): -4396061 or 14937020. OLE color: 14937020.

HSL color Cylindrical-coordinate representation of color #BCEBE3: hue angle of 169.79º degrees, saturation: 0.54, 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 #BCEBE3 is Cyan = 0.2, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB188235227-
CMYK0.200.030.08
HSL169.79º54.02%82.94%-
HSV(B)169.79º20%92.16%-
XYZ64.3175.6583.89-
YUV220.03131.93105.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=28.92%
G=36.15%
B=34.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352270.200.030.08169.7954.0282.94
HexBCEBE314038aa3653
Octal27435334324031025266123
Binary101111001110101111100011101000111000101010101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBE3; }

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

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

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

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

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

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

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

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