#BDD8C8

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

Shades of Edgewater #BDD8C8

Tints of Edgewater #BDD8C8

Color information

#BDD8C8 (or 0xBDD8C8) is unknown color: approx Edgewater. HEX triplet: BD, D8 and C8. RGB value is (189,216,200). Sum of RGB (Red+Green+Blue) = 189+216+200=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8C8 is #422737. Grayscale: #CECECE. Windows color (decimal): -4335416 or 13162685. OLE color: 13162685.

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

Color convert

RGB189216200-
CMYK0.1200.070.15
HSL144.44º25.71%79.41%-
HSV(B)144.44º12.5%84.71%-
XYZ55.9764.164.07-
YUV206.1124.55115.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 200 (78.52% from 255) = 33.06%
R=31.24%
G=35.70%
B=33.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892162000.1200.070.15144.4425.7179.41
HexBDD8C8C07F901a4f
Octal27533031014071722032117
Binary10111101110110001100100011000111111110010000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8C8; }

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

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

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

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

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

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

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

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