Html Css Color HEX #A6B3BA Casper

📋 copy color: '#A6B3BA'

red 166 ◦ green 179 ◦ blue 186

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

Shades of Casper #A6B3BA

Tints of Casper #A6B3BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 31.26%
G = 33.71%
B = 35.03%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A6B3BA (or 0xA6B3BA) is known color: Casper. HEX triplet: A6, B3 and BA. RGB value is (166,179,186). Sum of RGB (Red+Green+Blue) = 166+179+186=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #A6B3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B3BA is #594C45. Grayscale: #AFAFAF. Windows color (decimal): -5852230 or 12235686. OLE color: 12235686.

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

Color convert

RGB 166 179 186 -
CMYK 0.11 0.04 0 0.27
HSL 201º 0.13% 0.69% -
HSV(B) 201º 0.11% 0.73% -
XYZ 40.71 43.89 52.78 -
YUV 175.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 166 179 186 0.11 0.04 0 0.27 201 0.13 0.69
Hex A6 B3 BA B 4 0 1B C9 D 45
Octal 246 263 272 13 4 0 33 311 15 105
Binary 10100110 10110011 10111010 1011 100 0 11011 11001001 1101 1000101

Color Harmonies of #A6B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B3BA

Black with #A6B3BA

Text Example


Text Example

White with #A6B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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