#A8BCBE

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

Shades of Casper #A8BCBE

Tints of Casper #A8BCBE

Color information

#A8BCBE (or 0xA8BCBE) is unknown color: approx Casper. HEX triplet: A8, BC and BE. RGB value is (168,188,190). Sum of RGB (Red+Green+Blue) = 168+188+190=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #A8BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCBE is #574341. Grayscale: #B6B6B6. Windows color (decimal): -5718850 or 12500136. OLE color: 12500136.

HSL color Cylindrical-coordinate representation of color #A8BCBE: hue angle of 185.45º degrees, saturation: 0.14, 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 #A8BCBE is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168188190-
CMYK0.120.0100.25
HSL185.45º14.47%70.2%-
HSV(B)185.45º11.58%74.51%-
XYZ43.4348.0155.69-
YUV182.25132.37117.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.77%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=30.77%
G=34.43%
B=34.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681881900.120.0100.25185.4514.4770.2
HexA8BCBEC1019b9e46
Octal25027427614103127116106
Binary101010001011110010111110110010110011011100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCBE; }

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

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

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

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

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

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

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

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