#A8BCBF

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

Shades of Casper #A8BCBF

Tints of Casper #A8BCBF

Color information

#A8BCBF (or 0xA8BCBF) is unknown color: approx Casper. HEX triplet: A8, BC and BF. RGB value is (168,188,191). Sum of RGB (Red+Green+Blue) = 168+188+191=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCBF is #574340. Grayscale: #B6B6B6. Windows color (decimal): -5718849 or 12565672. OLE color: 12565672.

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

Color convert

RGB168188191-
CMYK0.120.0200.25
HSL187.83º15.23%70.39%-
HSV(B)187.83º12.04%74.9%-
XYZ43.5448.0556.27-
YUV182.36132.87117.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.71%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 191 (75% from 255) = 34.92%
R=30.71%
G=34.37%
B=34.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681881910.120.0200.25187.8315.2370.39
HexA8BCBFC2019bcf46
Octal25027427714203127417106
Binary1010100010111100101111111100100110011011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCBF; }

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

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

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

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

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

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

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

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