#BAD6D8

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

Shades of Zumthor #BAD6D8

Tints of Zumthor #BAD6D8

Color information

#BAD6D8 (or 0xBAD6D8) is unknown color: approx Zumthor. HEX triplet: BA, D6 and D8. RGB value is (186,214,216). Sum of RGB (Red+Green+Blue) = 186+214+216=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAD6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6D8 is #452927. Grayscale: #CDCDCD. Windows color (decimal): -4532520 or 14210746. OLE color: 14210746.

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

Color convert

RGB186214216-
CMYK0.140.0100.15
HSL184º27.78%78.82%-
HSV(B)184º13.89%84.71%-
XYZ56.6963.4974.23-
YUV205.86133.72113.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 214 (83.98% from 255) = 34.74%
BLUE value IS 216 (84.77% from 255) = 35.06%
R=30.19%
G=34.74%
B=35.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862142160.140.0100.1518427.7878.82
HexBAD6D8E10Fb81c4f
Octal27232633016101727034117
Binary101110101101011011011000111010111110111000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6D8; }

 p { color: rgb(186,214,216); }

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

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

 a { background-color: rgb(186,214,216); }

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

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

 span { border-color: rgb(186,214,216); }

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