#BCDCC7

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

Shades of Edgewater #BCDCC7

Tints of Edgewater #BCDCC7

Color information

#BCDCC7 (or 0xBCDCC7) is unknown color: approx Edgewater. HEX triplet: BC, DC and C7. RGB value is (188,220,199). Sum of RGB (Red+Green+Blue) = 188+220+199=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC7 is #432338. Grayscale: #D0D0D0. Windows color (decimal): -4399929 or 13098172. OLE color: 13098172.

HSL color Cylindrical-coordinate representation of color #BCDCC7: hue angle of 140.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDCC7 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB188220199-
CMYK0.1500.100.14
HSL140.62º31.37%80%-
HSV(B)140.62º14.55%86.27%-
XYZ56.646663.79-
YUV208.04122.9113.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 199 (78.12% from 255) = 32.78%
R=30.97%
G=36.24%
B=32.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201990.1500.100.14140.6231.3780
HexBCDCC7F0AE8d1f50
Octal274334307170121621537120
Binary101111001101110011000111111101010111010001101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCC7; }

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

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

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

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

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

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

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

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