#BAD4D4

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

Shades of Zumthor #BAD4D4

Tints of Zumthor #BAD4D4

Color information

#BAD4D4 (or 0xBAD4D4) is unknown color: approx Zumthor. HEX triplet: BA, D4 and D4. RGB value is (186,212,212). Sum of RGB (Red+Green+Blue) = 186+212+212=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 212 - color contains mainly: green, blue. Hex color #BAD4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4D4 is #452B2B. Grayscale: #CCCCCC. Windows color (decimal): -4533036 or 13948090. OLE color: 13948090.

HSL color Cylindrical-coordinate representation of color #BAD4D4: hue angle of 180º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD4D4 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186212212-
CMYK0.12000.17
HSL180º23.21%78.04%-
HSV(B)180º12.26%83.14%-
XYZ55.6862.2871.37-
YUV204.23132.39115-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 212 (83.20% from 255) = 34.75%
BLUE value IS 212 (83.20% from 255) = 34.75%
R=30.49%
G=34.75%
B=34.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862122120.12000.1718023.2178.04
HexBAD4D4C0011b4174e
Octal27232432414002126427116
Binary1011101011010100110101001100001000110110100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4D4; }

 p { color: rgb(186,212,212); }

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

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

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

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

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

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

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