#BCDFC5

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

Shades of Edgewater #BCDFC5

Tints of Edgewater #BCDFC5

Color information

#BCDFC5 (or 0xBCDFC5) is unknown color: approx Edgewater. HEX triplet: BC, DF and C5. RGB value is (188,223,197). Sum of RGB (Red+Green+Blue) = 188+223+197=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC5 is #43203A. Grayscale: #D1D1D1. Windows color (decimal): -4399163 or 12967868. OLE color: 12967868.

HSL color Cylindrical-coordinate representation of color #BCDFC5: hue angle of 135.43º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFC5 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB188223197-
CMYK0.1600.120.13
HSL135.43º35.35%80.59%-
HSV(B)135.43º15.7%87.45%-
XYZ57.267.562.84-
YUV209.57120.9112.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 197 (77.34% from 255) = 32.40%
R=30.92%
G=36.68%
B=32.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231970.1600.120.13135.4335.3580.59
HexBCDFC5100CD872351
Octal274337305200141520743121
Binary10111100110111111100010110000011001101100001111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFC5; }

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

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

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

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

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

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

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

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