Html Css Color HEX #A6B3B7 Casper

📋 copy color: '#A6B3B7'

red 166 ◦ green 179 ◦ blue 183

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

Shades of Casper #A6B3B7

Tints of Casper #A6B3B7

RGB

 RED value IS 166 (65.23% from 255) = 31.44%

 GREEN value IS 179 (70.31% from 255) = 33.9%

 BLUE value IS 183 (71.88% from 255) = 34.66%

R = 31.44%
G = 33.9%
B = 34.66%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A6B3B7 (or 0xA6B3B7) is known color: Casper. HEX triplet: A6, B3 and B7. RGB value is (166,179,183). Sum of RGB (Red+Green+Blue) = 166+179+183=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #A6B3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B3B7 is #594C48. Grayscale: #AFAFAF. Windows color (decimal): -5852233 or 12039078. OLE color: 12039078.

HSL color Cylindrical-coordinate representation of color #A6B3B7: hue angle of 194.12º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6B3B7 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 179 183 -
CMYK 0.09 0.02 0 0.28
HSL 194.12º 0.11% 0.68% -
HSV(B) 194.12º 0.09% 0.72% -
XYZ 40.39 43.77 51.12 -
YUV 175.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 166 179 183 0.09 0.02 0 0.28 194.12 0.11 0.68
Hex A6 B3 B7 9 2 0 1C C2 B 44
Octal 246 263 267 11 2 0 34 302 13 104
Binary 10100110 10110011 10110111 1001 10 0 11100 11000010 1011 1000100

Color Harmonies of #A6B3B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B3B7

Black with #A6B3B7

Text Example


Text Example

White with #A6B3B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B3B7; }

 p { color: rgb(166,179,183); }

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

background-color css

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

 a { background-color: rgb(166,179,183); }

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

border-color css

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

 span { border-color: rgb(166,179,183); }

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