#BDDDC8

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

Shades of Edgewater #BDDDC8

Tints of Edgewater #BDDDC8

Color information

#BDDDC8 (or 0xBDDDC8) is unknown color: approx Edgewater. HEX triplet: BD, DD and C8. RGB value is (189,221,200). Sum of RGB (Red+Green+Blue) = 189+221+200=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDC8 is #422237. Grayscale: #D1D1D1. Windows color (decimal): -4334136 or 13163965. OLE color: 13163965.

HSL color Cylindrical-coordinate representation of color #BDDDC8: hue angle of 140.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDC8 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB189221200-
CMYK0.1400.100.13
HSL140.62º32%80.39%-
HSV(B)140.62º14.48%86.67%-
XYZ57.2766.764.5-
YUV209.04122.9113.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 200 (78.52% from 255) = 32.79%
R=30.98%
G=36.23%
B=32.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892212000.1400.100.13140.623280.39
HexBDDDC8E0AD8d2050
Octal275335310160121521540120
Binary1011110111011101110010001110010101101100011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDC8; }

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

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

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

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

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

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

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

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