Html Css Color HEX #A3B4BC Casper

📋 copy color: '#A3B4BC'

red 163 ◦ green 180 ◦ blue 188

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

Shades of Casper #A3B4BC

Tints of Casper #A3B4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

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

R = 30.7%
G = 33.9%
B = 35.4%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A3B4BC (or 0xA3B4BC) is known color: Casper. HEX triplet: A3, B4 and BC. RGB value is (163,180,188). Sum of RGB (Red+Green+Blue) = 163+180+188=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B4BC is #5C4B43. Grayscale: #AFAFAF. Windows color (decimal): -6048580 or 12367011. OLE color: 12367011.

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

Color convert

RGB 163 180 188 -
CMYK 0.13 0.04 0 0.26
HSL 199.2º 0.16% 0.69% -
HSV(B) 199.2º 0.13% 0.74% -
XYZ 40.5 44.06 53.95 -
YUV 175.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 163 180 188 0.13 0.04 0 0.26 199.2 0.16 0.69
Hex A3 B4 BC D 4 0 1A C7 10 45
Octal 243 264 274 15 4 0 32 307 20 105
Binary 10100011 10110100 10111100 1101 100 0 11010 11000111 10000 1000101

Color Harmonies of #A3B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B4BC

Black with #A3B4BC

Text Example


Text Example

White with #A3B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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