#BDDAD8

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

Shades of Zumthor #BDDAD8

Tints of Zumthor #BDDAD8

Color information

#BDDAD8 (or 0xBDDAD8) is unknown color: approx Zumthor. HEX triplet: BD, DA and D8. RGB value is (189,218,216). Sum of RGB (Red+Green+Blue) = 189+218+216=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD8 is #422527. Grayscale: #D1D1D1. Windows color (decimal): -4334888 or 14211773. OLE color: 14211773.

HSL color Cylindrical-coordinate representation of color #BDDAD8: hue angle of 175.86º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDDAD8 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB189218216-
CMYK0.1300.010.15
HSL175.86º28.16%79.8%-
HSV(B)175.86º13.3%85.49%-
XYZ58.4565.9274.61-
YUV209.1131.89113.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 216 (84.77% from 255) = 34.67%
R=30.34%
G=34.99%
B=34.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892182160.1300.010.15175.8628.1679.8
HexBDDAD8D01Fb01c50
Octal27533233015011726034120
Binary101111011101101011011000110101111110110000111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAD8; }

 p { color: rgb(189,218,216); }

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

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

 a { background-color: rgb(189,218,216); }

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

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

 span { border-color: rgb(189,218,216); }

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