#BDD2C1

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

Shades of Edgewater #BDD2C1

Tints of Edgewater #BDD2C1

Color information

#BDD2C1 (or 0xBDD2C1) is unknown color: approx Edgewater. HEX triplet: BD, D2 and C1. RGB value is (189,210,193). Sum of RGB (Red+Green+Blue) = 189+210+193=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2C1 is #422D3E. Grayscale: #C9C9C9. Windows color (decimal): -4336959 or 12702397. OLE color: 12702397.

HSL color Cylindrical-coordinate representation of color #BDD2C1: hue angle of 131.43º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD2C1 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB189210193-
CMYK0.1000.080.18
HSL131.43º18.92%78.24%-
HSV(B)131.43º10%82.35%-
XYZ53.6660.7659.35-
YUV201.78123.04118.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=31.93%
G=35.47%
B=32.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101930.1000.080.18131.4318.9278.24
HexBDD2C1A081283134e
Octal275322301120102220323116
Binary1011110111010010110000011010010001001010000011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2C1; }

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

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

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

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

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

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

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

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