#BDDDC6

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

Shades of Edgewater #BDDDC6

Tints of Edgewater #BDDDC6

Color information

#BDDDC6 (or 0xBDDDC6) is unknown color: approx Edgewater. HEX triplet: BD, DD and C6. RGB value is (189,221,198). Sum of RGB (Red+Green+Blue) = 189+221+198=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDC6 is #422239. Grayscale: #D0D0D0. Windows color (decimal): -4334138 or 13032893. OLE color: 13032893.

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

Color convert

RGB189221198-
CMYK0.1400.100.13
HSL136.88º32%80.39%-
HSV(B)136.88º14.48%86.67%-
XYZ57.0466.6163.28-
YUV208.81121.9113.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 198 (77.73% from 255) = 32.57%
R=31.09%
G=36.35%
B=32.57%

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
Decimal1892211980.1400.100.13136.883280.39
HexBDDDC6E0AD892050
Octal275335306160121521140120
Binary1011110111011101110001101110010101101100010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDC6; }

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

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

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

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

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

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

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

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