#BDDDC7

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

Shades of Edgewater #BDDDC7

Tints of Edgewater #BDDDC7

Color information

#BDDDC7 (or 0xBDDDC7) is unknown color: approx Edgewater. HEX triplet: BD, DD and C7. RGB value is (189,221,199). Sum of RGB (Red+Green+Blue) = 189+221+199=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDC7 is #422238. Grayscale: #D0D0D0. Windows color (decimal): -4334137 or 13098429. OLE color: 13098429.

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

Color convert

RGB189221199-
CMYK0.1400.100.13
HSL138.75º32%80.39%-
HSV(B)138.75º14.48%86.67%-
XYZ57.1566.6663.89-
YUV208.92122.4113.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 199 (78.12% from 255) = 32.68%
R=31.03%
G=36.29%
B=32.68%

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
Decimal1892211990.1400.100.13138.753280.39
HexBDDDC7E0AD8b2050
Octal275335307160121521340120
Binary1011110111011101110001111110010101101100010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDC7; }

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

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

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

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

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

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

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

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