Html Css Color HEX #A4B3BA Casper

📋 copy color: '#A4B3BA'

red 164 ◦ green 179 ◦ blue 186

#A4B3BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casper #A4B3BA

Tints of Casper #A4B3BA

RGB

 RED value IS 164 (64.45% from 255) = 31%

 GREEN value IS 179 (70.31% from 255) = 33.84%

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 31%
G = 33.84%
B = 35.16%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A4B3BA (or 0xA4B3BA) is known color: Casper. HEX triplet: A4, B3 and BA. RGB value is (164,179,186). Sum of RGB (Red+Green+Blue) = 164+179+186=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #A4B3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B3BA is #5B4C45. Grayscale: #AFAFAF. Windows color (decimal): -5983302 or 12235684. OLE color: 12235684.

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

Color convert

RGB 164 179 186 -
CMYK 0.12 0.04 0 0.27
HSL 199.09º 0.14% 0.69% -
HSV(B) 199.09º 0.12% 0.73% -
XYZ 40.29 43.68 52.76 -
YUV 175.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 164 179 186 0.12 0.04 0 0.27 199.09 0.14 0.69
Hex A4 B3 BA C 4 0 1B C7 E 45
Octal 244 263 272 14 4 0 33 307 16 105
Binary 10100100 10110011 10111010 1100 100 0 11011 11000111 1110 1000101

Color Harmonies of #A4B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B3BA

Black with #A4B3BA

Text Example


Text Example

White with #A4B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B3BA; }

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

 H1.HeaderClassName
 {
   color: #A4B3BA;
 }
 .AnyTagClassName
 {
   color: #A4B3BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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