#BCDCC5

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

Shades of Edgewater #BCDCC5

Tints of Edgewater #BCDCC5

Color information

#BCDCC5 (or 0xBCDCC5) is unknown color: approx Edgewater. HEX triplet: BC, DC and C5. RGB value is (188,220,197). Sum of RGB (Red+Green+Blue) = 188+220+197=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC5 is #43233A. Grayscale: #CFCFCF. Windows color (decimal): -4399931 or 12967100. OLE color: 12967100.

HSL color Cylindrical-coordinate representation of color #BCDCC5: hue angle of 136.88º 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 #BCDCC5 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB188220197-
CMYK0.1500.100.14
HSL136.88º31.37%80%-
HSV(B)136.88º14.55%86.27%-
XYZ56.4165.9162.57-
YUV207.81121.9113.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 197 (77.34% from 255) = 32.56%
R=31.07%
G=36.36%
B=32.56%

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
Decimal1882201970.1500.100.14136.8831.3780
HexBCDCC5F0AE891f50
Octal274334305170121621137120
Binary101111001101110011000101111101010111010001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCC5; }

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

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

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

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

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

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

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

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