#A4BABB

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

Shades of Casper #A4BABB

Tints of Casper #A4BABB

Color information

#A4BABB (or 0xA4BABB) is unknown color: approx Casper. HEX triplet: A4, BA and BB. RGB value is (164,186,187). Sum of RGB (Red+Green+Blue) = 164+186+187=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BABB is #5B4544. Grayscale: #B3B3B3. Windows color (decimal): -5981509 or 12303012. OLE color: 12303012.

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

Color convert

RGB164186187-
CMYK0.120.0100.27
HSL182.61º14.47%68.82%-
HSV(B)182.61º12.3%73.33%-
XYZ41.8446.653.8-
YUV179.54132.21116.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=30.54%
G=34.64%
B=34.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861870.120.0100.27182.6114.4768.82
HexA4BABBC101Bb7e45
Octal24427227314103326716105
Binary101001001011101010111011110010110111011011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BABB; }

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

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

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

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

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

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

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

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