#BDD7C5

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

Shades of Edgewater #BDD7C5

Tints of Edgewater #BDD7C5

Color information

#BDD7C5 (or 0xBDD7C5) is unknown color: approx Edgewater. HEX triplet: BD, D7 and C5. RGB value is (189,215,197). Sum of RGB (Red+Green+Blue) = 189+215+197=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7C5 is #42283A. Grayscale: #CDCDCD. Windows color (decimal): -4335675 or 12965821. OLE color: 12965821.

HSL color Cylindrical-coordinate representation of color #BDD7C5: hue angle of 138.46º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD7C5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB189215197-
CMYK0.1200.080.16
HSL138.46º24.53%79.22%-
HSV(B)138.46º12.09%84.31%-
XYZ55.3663.4562.15-
YUV205.17123.39116.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 197 (77.34% from 255) = 32.78%
R=31.45%
G=35.77%
B=32.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151970.1200.080.16138.4624.5379.22
HexBDD7C5C08108a194f
Octal275327305140102021231117
Binary1011110111010111110001011100010001000010001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7C5; }

 p { color: rgb(189,215,197); }

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

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

 a { background-color: rgb(189,215,197); }

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

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

 span { border-color: rgb(189,215,197); }

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