Html Css Color HEX #A3B2BB Casper

📋 copy color: '#A3B2BB'

red 163 ◦ green 178 ◦ blue 187

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

Shades of Casper #A3B2BB

Tints of Casper #A3B2BB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

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

R = 30.87%
G = 33.71%
B = 35.42%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A3B2BB (or 0xA3B2BB) is known color: Casper. HEX triplet: A3, B2 and BB. RGB value is (163,178,187). Sum of RGB (Red+Green+Blue) = 163+178+187=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3B2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B2BB is #5C4D44. Grayscale: #AEAEAE. Windows color (decimal): -6049093 or 12300963. OLE color: 12300963.

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

Color convert

RGB 163 178 187 -
CMYK 0.13 0.05 0 0.27
HSL 202.5º 0.15% 0.69% -
HSV(B) 202.5º 0.13% 0.73% -
XYZ 39.99 43.22 53.25 -
YUV 174.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 163 178 187 0.13 0.05 0 0.27 202.5 0.15 0.69
Hex A3 B2 BB D 5 0 1B CA F 45
Octal 243 262 273 15 5 0 33 312 17 105
Binary 10100011 10110010 10111011 1101 101 0 11011 11001010 1111 1000101

Color Harmonies of #A3B2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B2BB

Black with #A3B2BB

Text Example


Text Example

White with #A3B2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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