#A4B6BB

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

Shades of Casper #A4B6BB

Tints of Casper #A4B6BB

Color information

#A4B6BB (or 0xA4B6BB) is unknown color: approx Casper. HEX triplet: A4, B6 and BB. RGB value is (164,182,187). Sum of RGB (Red+Green+Blue) = 164+182+187=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4B6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B6BB is #5B4944. Grayscale: #B1B1B1. Windows color (decimal): -5982533 or 12301988. OLE color: 12301988.

HSL color Cylindrical-coordinate representation of color #A4B6BB: hue angle of 193.04º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4B6BB is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164182187-
CMYK0.120.0300.27
HSL193.04º14.47%68.82%-
HSV(B)193.04º12.3%73.33%-
XYZ41.0144.9453.53-
YUV177.19133.54118.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=30.77%
G=34.15%
B=35.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641821870.120.0300.27193.0414.4768.82
HexA4B6BBC301Bc1e45
Octal24426627314303330116105
Binary1010010010110110101110111100110110111100000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B6BB; }

 p { color: rgb(164,182,187); }

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

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

 a { background-color: rgb(164,182,187); }

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

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

 span { border-color: rgb(164,182,187); }

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