#BDCDC1

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

Shades of Edgewater #BDCDC1

Tints of Edgewater #BDCDC1

Color information

#BDCDC1 (or 0xBDCDC1) is unknown color: approx Edgewater. HEX triplet: BD, CD and C1. RGB value is (189,205,193). Sum of RGB (Red+Green+Blue) = 189+205+193=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC1 is #42323E. Grayscale: #C6C6C6. Windows color (decimal): -4338239 or 12701117. OLE color: 12701117.

HSL color Cylindrical-coordinate representation of color #BDCDC1: hue angle of 135º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCDC1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB189205193-
CMYK0.0800.060.20
HSL135º13.79%77.25%-
HSV(B)135º7.8%80.39%-
XYZ52.4458.3358.95-
YUV198.85124.7120.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 193 (75.78% from 255) = 32.88%
R=32.20%
G=34.92%
B=32.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051930.0800.060.2013513.7977.25
HexBDCDC18061487e4d
Octal27531530110062420716115
Binary10111101110011011100000110000110101001000011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDC1; }

 p { color: rgb(189,205,193); }

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

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

 a { background-color: rgb(189,205,193); }

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

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

 span { border-color: rgb(189,205,193); }

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