#A4BAC0

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

Shades of Casper #A4BAC0

Tints of Casper #A4BAC0

Color information

#A4BAC0 (or 0xA4BAC0) is unknown color: approx Casper. HEX triplet: A4, BA and C0. RGB value is (164,186,192). Sum of RGB (Red+Green+Blue) = 164+186+192=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #A4BAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BAC0 is #5B453F. Grayscale: #B4B4B4. Windows color (decimal): -5981504 or 12630692. OLE color: 12630692.

HSL color Cylindrical-coordinate representation of color #A4BAC0: hue angle of 192.86º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4BAC0 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164186192-
CMYK0.150.0300.25
HSL192.86º18.18%69.8%-
HSV(B)192.86º14.58%75.29%-
XYZ42.3846.8256.67-
YUV180.11134.71116.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.26%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=30.26%
G=34.32%
B=35.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641861920.150.0300.25192.8618.1869.8
HexA4BAC0F3019c11246
Octal24427230017303130122106
Binary10100100101110101100000011111101100111000001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAC0; }

 p { color: rgb(164,186,192); }

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

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

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

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

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

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

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