#BCE8DC

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

Shades of Water Leaf #BCE8DC

Tints of Water Leaf #BCE8DC

Color information

#BCE8DC (or 0xBCE8DC) is unknown color: approx Water Leaf. HEX triplet: BC, E8 and DC. RGB value is (188,232,220). Sum of RGB (Red+Green+Blue) = 188+232+220=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8DC is #431723. Grayscale: #D9D9D9. Windows color (decimal): -4396836 or 14477500. OLE color: 14477500.

HSL color Cylindrical-coordinate representation of color #BCE8DC: hue angle of 163.64º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE8DC is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB188232220-
CMYK0.1900.050.09
HSL163.64º48.89%82.35%-
HSV(B)163.64º18.97%90.98%-
XYZ62.5173.5778.62-
YUV217.48129.42106.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.38%
GREEN value IS 232 (91.02% from 255) = 36.25%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=29.38%
G=36.25%
B=34.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882322200.1900.050.09163.6448.8982.35
HexBCE8DC13059a43152
Octal27435033423051124461122
Binary1011110011101000110111001001101011001101001001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8DC; }

 p { color: rgb(188,232,220); }

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

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

 a { background-color: rgb(188,232,220); }

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

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

 span { border-color: rgb(188,232,220); }

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