Html Css Color HEX #A6B8BA Casper

📋 copy color: '#A6B8BA'

red 166 ◦ green 184 ◦ blue 186

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

Shades of Casper #A6B8BA

Tints of Casper #A6B8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.33%

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

R = 30.97%
G = 34.33%
B = 34.7%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A6B8BA (or 0xA6B8BA) is known color: Casper. HEX triplet: A6, B8 and BA. RGB value is (166,184,186). Sum of RGB (Red+Green+Blue) = 166+184+186=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #A6B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B8BA is #594745. Grayscale: #B2B2B2. Windows color (decimal): -5850950 or 12236966. OLE color: 12236966.

HSL color Cylindrical-coordinate representation of color #A6B8BA: hue angle of 186º 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 #A6B8BA is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 184 186 -
CMYK 0.11 0.01 0 0.27
HSL 186º 0.13% 0.69% -
HSV(B) 186º 0.11% 0.73% -
XYZ 41.73 45.93 53.12 -
YUV 178.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 166 184 186 0.11 0.01 0 0.27 186 0.13 0.69
Hex A6 B8 BA B 1 0 1B BA D 45
Octal 246 270 272 13 1 0 33 272 15 105
Binary 10100110 10111000 10111010 1011 1 0 11011 10111010 1101 1000101

Color Harmonies of #A6B8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B8BA

Black with #A6B8BA

Text Example


Text Example

White with #A6B8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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