#BDD8C2

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

Shades of Edgewater #BDD8C2

Tints of Edgewater #BDD8C2

Color information

#BDD8C2 (or 0xBDD8C2) is unknown color: approx Edgewater. HEX triplet: BD, D8 and C2. RGB value is (189,216,194). Sum of RGB (Red+Green+Blue) = 189+216+194=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8C2 is #42273D. Grayscale: #CDCDCD. Windows color (decimal): -4335422 or 12769469. OLE color: 12769469.

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

Color convert

RGB189216194-
CMYK0.1200.100.15
HSL131.11º25.71%79.41%-
HSV(B)131.11º12.5%84.71%-
XYZ55.2863.8360.44-
YUV205.42121.55116.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 216 (84.77% from 255) = 36.06%
BLUE value IS 194 (76.17% from 255) = 32.39%
R=31.55%
G=36.06%
B=32.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161940.1200.100.15131.1125.7179.41
HexBDD8C2C0AF831a4f
Octal275330302140121720332117
Binary101111011101100011000010110001010111110000011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8C2; }

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

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

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

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

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

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

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

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