#BCEDE4

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

Shades of Water Leaf #BCEDE4

Tints of Water Leaf #BCEDE4

Color information

#BCEDE4 (or 0xBCEDE4) is unknown color: approx Water Leaf. HEX triplet: BC, ED and E4. RGB value is (188,237,228). Sum of RGB (Red+Green+Blue) = 188+237+228=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDE4 is #43121B. Grayscale: #DDDDDD. Windows color (decimal): -4395548 or 15003068. OLE color: 15003068.

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

Color convert

RGB188237228-
CMYK0.2100.040.07
HSL168.98º57.65%83.33%-
HSV(B)168.98º20.68%92.94%-
XYZ65.0376.8684.81-
YUV221.32131.77104.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=28.79%
G=36.29%
B=34.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882372280.2100.040.07168.9857.6583.33
HexBCEDE415047a93a53
Octal2743553442504725172123
Binary101111001110110111100100101010100111101010011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDE4; }

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

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

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

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

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

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

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

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