Html Css Color HEX #A8B2B6 Casper

📋 copy color: '#A8B2B6'

red 168 ◦ green 178 ◦ blue 182

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

Shades of Casper #A8B2B6

Tints of Casper #A8B2B6

RGB

 RED value IS 168 (66.02% from 255) = 31.82%

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

 BLUE value IS 182 (71.48% from 255) = 34.47%

R = 31.82%
G = 33.71%
B = 34.47%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A8B2B6 (or 0xA8B2B6) is known color: Casper. HEX triplet: A8, B2 and B6. RGB value is (168,178,182). Sum of RGB (Red+Green+Blue) = 168+178+182=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 182 - color contains mainly: blue. Hex color #A8B2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B2B6 is #574D49. Grayscale: #AFAFAF. Windows color (decimal): -5721418 or 11973288. OLE color: 11973288.

HSL color Cylindrical-coordinate representation of color #A8B2B6: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B2B6 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 178 182 -
CMYK 0.08 0.02 0 0.29
HSL 197.14º 0.09% 0.69% -
HSV(B) 197.14º 0.08% 0.71% -
XYZ 40.51 43.54 50.53 -
YUV 175.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 168 178 182 0.08 0.02 0 0.29 197.14 0.09 0.69
Hex A8 B2 B6 8 2 0 1D C5 9 45
Octal 250 262 266 10 2 0 35 305 11 105
Binary 10101000 10110010 10110110 1000 10 0 11101 11000101 1001 1000101

Color Harmonies of #A8B2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B2B6

Black with #A8B2B6

Text Example


Text Example

White with #A8B2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B2B6; }

 p { color: rgb(168,178,182); }

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

background-color css

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

 a { background-color: rgb(168,178,182); }

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

border-color css

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

 span { border-color: rgb(168,178,182); }

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