#BDD0C1

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

Shades of Edgewater #BDD0C1

Tints of Edgewater #BDD0C1

Color information

#BDD0C1 (or 0xBDD0C1) is unknown color: approx Edgewater. HEX triplet: BD, D0 and C1. RGB value is (189,208,193). Sum of RGB (Red+Green+Blue) = 189+208+193=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0C1 is #422F3E. Grayscale: #C8C8C8. Windows color (decimal): -4337471 or 12701885. OLE color: 12701885.

HSL color Cylindrical-coordinate representation of color #BDD0C1: hue angle of 132.63º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDD0C1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB189208193-
CMYK0.0900.070.18
HSL132.63º16.81%77.84%-
HSV(B)132.63º9.13%81.57%-
XYZ53.1759.7859.19-
YUV200.61123.71119.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 208 (81.64% from 255) = 35.25%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=32.03%
G=35.25%
B=32.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081930.0900.070.18132.6316.8177.84
HexBDD0C19071285114e
Octal27532030111072220521116
Binary101111011101000011000001100101111001010000101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0C1; }

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

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

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

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

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

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

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

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