Html Css Color HEX #BAD6D8 Zumthor

📋 copy color: '#BAD6D8'

red 186 ◦ green 214 ◦ blue 216

#BAD6D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zumthor #BAD6D8

Tints of Zumthor #BAD6D8

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 value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAD6D8 (or 0xBAD6D8) is known color: 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

RGB 186 214 216 -
CMYK 0.14 0.01 0 0.15
HSL 184º 0.28% 0.79% -
HSV(B) 184º 0.14% 0.85% -
XYZ 56.69 63.49 74.23 -
YUV 205.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 186 214 216 0.14 0.01 0 0.15 184 0.28 0.79
Hex BA D6 D8 E 1 0 F B8 1C 4F
Octal 272 326 330 16 1 0 17 270 34 117
Binary 10111010 11010110 11011000 1110 1 0 1111 10111000 11100 1001111

Color Harmonies of #BAD6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD6D8

Black with #BAD6D8

Text Example


Text Example

White with #BAD6D8

Text Example


Text Example

HTML Codes & Css Web 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>