#BCE7DF

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

Shades of Water Leaf #BCE7DF

Tints of Water Leaf #BCE7DF

Color information

#BCE7DF (or 0xBCE7DF) is unknown color: approx Water Leaf. HEX triplet: BC, E7 and DF. RGB value is (188,231,223). Sum of RGB (Red+Green+Blue) = 188+231+223=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7DF is #431820. Grayscale: #D9D9D9. Windows color (decimal): -4397089 or 14673852. OLE color: 14673852.

HSL color Cylindrical-coordinate representation of color #BCE7DF: hue angle of 168.84º degrees, saturation: 0.47, 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 #BCE7DF is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB188231223-
CMYK0.1900.030.09
HSL168.84º47.25%82.16%-
HSV(B)168.84º18.61%90.59%-
XYZ62.6373.1780.63-
YUV217.23131.25107.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 231 (90.62% from 255) = 35.98%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=29.28%
G=35.98%
B=34.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882312230.1900.030.09168.8447.2582.16
HexBCE7DF13039a92f52
Octal27434733723031125157122
Binary101111001110011111011111100110111001101010011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7DF; }

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

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

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

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

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

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

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

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