#A4BCBE

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

Shades of Casper #A4BCBE

Tints of Casper #A4BCBE

Color information

#A4BCBE (or 0xA4BCBE) is unknown color: approx Casper. HEX triplet: A4, BC and BE. RGB value is (164,188,190). Sum of RGB (Red+Green+Blue) = 164+188+190=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCBE is #5B4341. Grayscale: #B5B5B5. Windows color (decimal): -5980994 or 12500132. OLE color: 12500132.

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

Color convert

RGB164188190-
CMYK0.140.0100.25
HSL184.62º16.67%69.41%-
HSV(B)184.62º13.68%74.51%-
XYZ42.5947.5855.65-
YUV181.05133.05115.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.26%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=30.26%
G=34.69%
B=35.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641881900.140.0100.25184.6216.6769.41
HexA4BCBEE1019b91145
Octal24427427616103127121105
Binary1010010010111100101111101110101100110111001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCBE; }

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

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

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

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

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

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

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

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