#BDDBD9

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

Shades of Zumthor #BDDBD9

Tints of Zumthor #BDDBD9

Color information

#BDDBD9 (or 0xBDDBD9) is unknown color: approx Zumthor. HEX triplet: BD, DB and D9. RGB value is (189,219,217). Sum of RGB (Red+Green+Blue) = 189+219+217=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD9 is #422426. Grayscale: #D1D1D1. Windows color (decimal): -4334631 or 14277565. OLE color: 14277565.

HSL color Cylindrical-coordinate representation of color #BDDBD9: hue angle of 176º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBD9 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB189219217-
CMYK0.1400.010.14
HSL176º29.41%80%-
HSV(B)176º13.7%85.88%-
XYZ58.8466.4975.38-
YUV209.8132.06113.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 217 (85.16% from 255) = 34.72%
R=30.24%
G=35.04%
B=34.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892192170.1400.010.1417629.4180
HexBDDBD9E01Eb01d50
Octal27533333116011626035120
Binary101111011101101111011001111001111010110000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBD9; }

 p { color: rgb(189,219,217); }

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

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

 a { background-color: rgb(189,219,217); }

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

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

 span { border-color: rgb(189,219,217); }

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