#A4BCC1

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

Shades of Casper #A4BCC1

Tints of Casper #A4BCC1

Color information

#A4BCC1 (or 0xA4BCC1) is unknown color: approx Casper. HEX triplet: A4, BC and C1. RGB value is (164,188,193). Sum of RGB (Red+Green+Blue) = 164+188+193=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCC1 is #5B433E. Grayscale: #B5B5B5. Windows color (decimal): -5980991 or 12696740. OLE color: 12696740.

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

Color convert

RGB164188193-
CMYK0.150.0300.24
HSL190.34º18.95%70%-
HSV(B)190.34º15.03%75.69%-
XYZ42.9247.7157.4-
YUV181.39134.55115.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=30.09%
G=34.50%
B=35.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641881930.150.0300.24190.3418.9570
HexA4BCC1F3018be1346
Octal24427430117303027623106
Binary10100100101111001100000111111101100010111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCC1; }

 p { color: rgb(164,188,193); }

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

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

 a { background-color: rgb(164,188,193); }

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

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

 span { border-color: rgb(164,188,193); }

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