#A4BCBF

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

Shades of Casper #A4BCBF

Tints of Casper #A4BCBF

Color information

#A4BCBF (or 0xA4BCBF) is unknown color: approx Casper. HEX triplet: A4, BC and BF. RGB value is (164,188,191). Sum of RGB (Red+Green+Blue) = 164+188+191=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCBF is #5B4340. Grayscale: #B5B5B5. Windows color (decimal): -5980993 or 12565668. OLE color: 12565668.

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

Color convert

RGB164188191-
CMYK0.140.0200.25
HSL186.67º17.42%69.61%-
HSV(B)186.67º14.14%74.9%-
XYZ42.747.6256.23-
YUV181.17133.55115.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.20%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 191 (75% from 255) = 35.17%
R=30.20%
G=34.62%
B=35.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641881910.140.0200.25186.6717.4269.61
HexA4BCBFE2019bb1146
Octal24427427716203127321106
Binary10100100101111001011111111101001100110111011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCBF; }

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

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

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

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

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

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

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

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