#BDD8C7

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

Shades of Edgewater #BDD8C7

Tints of Edgewater #BDD8C7

Color information

#BDD8C7 (or 0xBDD8C7) is unknown color: approx Edgewater. HEX triplet: BD, D8 and C7. RGB value is (189,216,199). Sum of RGB (Red+Green+Blue) = 189+216+199=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8C7 is #422738. Grayscale: #CECECE. Windows color (decimal): -4335417 or 13097149. OLE color: 13097149.

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

Color convert

RGB189216199-
CMYK0.1200.080.15
HSL142.22º25.71%79.41%-
HSV(B)142.22º12.5%84.71%-
XYZ55.8564.0563.45-
YUV205.99124.05115.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 216 (84.77% from 255) = 35.76%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=31.29%
G=35.76%
B=32.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161990.1200.080.15142.2225.7179.41
HexBDD8C7C08F8e1a4f
Octal275330307140101721632117
Binary101111011101100011000111110001000111110001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8C7; }

 p { color: rgb(189,216,199); }

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

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

 a { background-color: rgb(189,216,199); }

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

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

 span { border-color: rgb(189,216,199); }

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