Html Css Color HEX #A3B6BB Casper

📋 copy color: '#A3B6BB'

red 163 ◦ green 182 ◦ blue 187

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

Shades of Casper #A3B6BB

Tints of Casper #A3B6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.21%

 BLUE value IS 187 (73.44% from 255) = 35.15%

R = 30.64%
G = 34.21%
B = 35.15%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A3B6BB (or 0xA3B6BB) is known color: Casper. HEX triplet: A3, B6 and BB. RGB value is (163,182,187). Sum of RGB (Red+Green+Blue) = 163+182+187=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3B6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B6BB is #5C4944. Grayscale: #B0B0B0. Windows color (decimal): -6048069 or 12301987. OLE color: 12301987.

HSL color Cylindrical-coordinate representation of color #A3B6BB: hue angle of 192.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B6BB is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 182 187 -
CMYK 0.13 0.03 0 0.27
HSL 192.5º 0.15% 0.69% -
HSV(B) 192.5º 0.13% 0.73% -
XYZ 40.8 44.83 53.52 -
YUV 176.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 163 182 187 0.13 0.03 0 0.27 192.5 0.15 0.69
Hex A3 B6 BB D 3 0 1B C0 F 45
Octal 243 266 273 15 3 0 33 300 17 105
Binary 10100011 10110110 10111011 1101 11 0 11011 11000000 1111 1000101

Color Harmonies of #A3B6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B6BB

Black with #A3B6BB

Text Example


Text Example

White with #A3B6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B6BB; }

 p { color: rgb(163,182,187); }

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

background-color css

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

 a { background-color: rgb(163,182,187); }

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

border-color css

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

 span { border-color: rgb(163,182,187); }

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