Html Css Color HEX #A3B8BC Casper

📋 copy color: '#A3B8BC'

red 163 ◦ green 184 ◦ blue 188

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

Shades of Casper #A3B8BC

Tints of Casper #A3B8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.39%

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

R = 30.47%
G = 34.39%
B = 35.14%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A3B8BC (or 0xA3B8BC) is known color: Casper. HEX triplet: A3, B8 and BC. RGB value is (163,184,188). Sum of RGB (Red+Green+Blue) = 163+184+188=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B8BC is #5C4743. Grayscale: #B2B2B2. Windows color (decimal): -6047556 or 12368035. OLE color: 12368035.

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

Color convert

RGB 163 184 188 -
CMYK 0.13 0.02 0 0.26
HSL 189.6º 0.16% 0.69% -
HSV(B) 189.6º 0.13% 0.74% -
XYZ 41.32 45.7 54.22 -
YUV 178.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 163 184 188 0.13 0.02 0 0.26 189.6 0.16 0.69
Hex A3 B8 BC D 2 0 1A BE 10 45
Octal 243 270 274 15 2 0 32 276 20 105
Binary 10100011 10111000 10111100 1101 10 0 11010 10111110 10000 1000101

Color Harmonies of #A3B8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B8BC

Black with #A3B8BC

Text Example


Text Example

White with #A3B8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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