#BCEDE7

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

Shades of Water Leaf #BCEDE7

Tints of Water Leaf #BCEDE7

Color information

#BCEDE7 (or 0xBCEDE7) is unknown color: approx Water Leaf. HEX triplet: BC, ED and E7. RGB value is (188,237,231). Sum of RGB (Red+Green+Blue) = 188+237+231=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDE7 is #431218. Grayscale: #DDDDDD. Windows color (decimal): -4395545 or 15199676. OLE color: 15199676.

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

Color convert

RGB188237231-
CMYK0.2100.030.07
HSL172.65º57.65%83.33%-
HSV(B)172.65º20.68%92.94%-
XYZ65.4577.0387.02-
YUV221.66133.27103.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 231 (90.62% from 255) = 35.21%
R=28.66%
G=36.13%
B=35.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882372310.2100.030.07172.6557.6583.33
HexBCEDE715037ad3a53
Octal2743553472503725572123
Binary10111100111011011110011110101011111101011011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDE7; }

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

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

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

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

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

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

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

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