#BDD0C3

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

Shades of Edgewater #BDD0C3

Tints of Edgewater #BDD0C3

Color information

#BDD0C3 (or 0xBDD0C3) is unknown color: approx Edgewater. HEX triplet: BD, D0 and C3. RGB value is (189,208,195). Sum of RGB (Red+Green+Blue) = 189+208+195=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0C3 is #422F3C. Grayscale: #C8C8C8. Windows color (decimal): -4337469 or 12832957. OLE color: 12832957.

HSL color Cylindrical-coordinate representation of color #BDD0C3: hue angle of 138.95º 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 #BDD0C3 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB189208195-
CMYK0.0900.060.18
HSL138.95º16.81%77.84%-
HSV(B)138.95º9.13%81.57%-
XYZ53.3959.8760.37-
YUV200.84124.71119.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 208 (81.64% from 255) = 35.14%
BLUE value IS 195 (76.56% from 255) = 32.94%
R=31.93%
G=35.14%
B=32.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081950.0900.060.18138.9516.8177.84
HexBDD0C3906128b114e
Octal27532030311062221321116
Binary101111011101000011000011100101101001010001011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0C3; }

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

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

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

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

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

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

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

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