#BCEBE1

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

Shades of Water Leaf #BCEBE1

Tints of Water Leaf #BCEBE1

Color information

#BCEBE1 (or 0xBCEBE1) is unknown color: approx Water Leaf. HEX triplet: BC, EB and E1. RGB value is (188,235,225). Sum of RGB (Red+Green+Blue) = 188+235+225=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBE1 is #43141E. Grayscale: #DBDBDB. Windows color (decimal): -4396063 or 14805948. OLE color: 14805948.

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

Color convert

RGB188235225-
CMYK0.200.040.08
HSL167.23º54.02%82.94%-
HSV(B)167.23º20%92.16%-
XYZ64.0475.5482.44-
YUV219.81130.93105.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 225 (88.28% from 255) = 34.72%
R=29.01%
G=36.27%
B=34.72%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352250.200.040.08167.2354.0282.94
HexBCEBE114048a73653
Octal27435334124041024766123
Binary1011110011101011111000011010001001000101001111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBE1; }

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

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

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

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

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

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

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

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