Html Css Color HEX #A3B3BC Casper

📋 copy color: '#A3B3BC'

red 163 ◦ green 179 ◦ blue 188

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

Shades of Casper #A3B3BC

Tints of Casper #A3B3BC

RGB

 RED value IS 163 (64.06% from 255) = 30.75%

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

 BLUE value IS 188 (73.83% from 255) = 35.47%

R = 30.75%
G = 33.77%
B = 35.47%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A3B3BC (or 0xA3B3BC) is known color: Casper. HEX triplet: A3, B3 and BC. RGB value is (163,179,188). Sum of RGB (Red+Green+Blue) = 163+179+188=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B3BC is #5C4C43. Grayscale: #AFAFAF. Windows color (decimal): -6048836 or 12366755. OLE color: 12366755.

HSL color Cylindrical-coordinate representation of color #A3B3BC: hue angle of 201.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B3BC is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 179 188 -
CMYK 0.13 0.05 0 0.26
HSL 201.6º 0.16% 0.69% -
HSV(B) 201.6º 0.13% 0.74% -
XYZ 40.3 43.66 53.88 -
YUV 175.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 163 179 188 0.13 0.05 0 0.26 201.6 0.16 0.69
Hex A3 B3 BC D 5 0 1A CA 10 45
Octal 243 263 274 15 5 0 32 312 20 105
Binary 10100011 10110011 10111100 1101 101 0 11010 11001010 10000 1000101

Color Harmonies of #A3B3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B3BC

Black with #A3B3BC

Text Example


Text Example

White with #A3B3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B3BC; }

 p { color: rgb(163,179,188); }

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

background-color css

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

 a { background-color: rgb(163,179,188); }

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

border-color css

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

 span { border-color: rgb(163,179,188); }

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