#BCEDE0

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

Shades of Water Leaf #BCEDE0

Tints of Water Leaf #BCEDE0

Color information

#BCEDE0 (or 0xBCEDE0) is unknown color: approx Water Leaf. HEX triplet: BC, ED and E0. RGB value is (188,237,224). Sum of RGB (Red+Green+Blue) = 188+237+224=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDE0 is #43121F. Grayscale: #DCDCDC. Windows color (decimal): -4395552 or 14740924. OLE color: 14740924.

HSL color Cylindrical-coordinate representation of color #BCEDE0: hue angle of 164.08º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDE0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB188237224-
CMYK0.2100.050.07
HSL164.08º57.65%83.33%-
HSV(B)164.08º20.68%92.94%-
XYZ64.4876.6481.92-
YUV220.87129.77104.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=28.97%
G=36.52%
B=34.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882372240.2100.050.07164.0857.6583.33
HexBCEDE015057a43a53
Octal2743553402505724472123
Binary101111001110110111100000101010101111101001001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDE0; }

 p { color: rgb(188,237,224); }

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

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

 a { background-color: rgb(188,237,224); }

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

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

 span { border-color: rgb(188,237,224); }

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