#A4BABE

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

Shades of Casper #A4BABE

Tints of Casper #A4BABE

Color information

#A4BABE (or 0xA4BABE) is unknown color: approx Casper. HEX triplet: A4, BA and BE. RGB value is (164,186,190). Sum of RGB (Red+Green+Blue) = 164+186+190=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BABE is #5B4541. Grayscale: #B3B3B3. Windows color (decimal): -5981506 or 12499620. OLE color: 12499620.

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

Color convert

RGB164186190-
CMYK0.140.0200.25
HSL189.23º16.67%69.41%-
HSV(B)189.23º13.68%74.51%-
XYZ42.1646.7355.51-
YUV179.88133.71116.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=30.37%
G=34.44%
B=35.19%

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
Decimal1641861900.140.0200.25189.2316.6769.41
HexA4BABEE2019bd1145
Octal24427227616203127521105
Binary10100100101110101011111011101001100110111101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BABE; }

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

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

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

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

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

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

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

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