Html Css Color HEX #A6B9BA Casper

📋 copy color: '#A6B9BA'

red 166 ◦ green 185 ◦ blue 186

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

Shades of Casper #A6B9BA

Tints of Casper #A6B9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.45%

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

R = 30.91%
G = 34.45%
B = 34.64%

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

#A6B9BA (or 0xA6B9BA) is known color: Casper. HEX triplet: A6, B9 and BA. RGB value is (166,185,186). Sum of RGB (Red+Green+Blue) = 166+185+186=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #A6B9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9BA is #594645. Grayscale: #B3B3B3. Windows color (decimal): -5850694 or 12237222. OLE color: 12237222.

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

Color convert

RGB 166 185 186 -
CMYK 0.11 0.01 0 0.27
HSL 183º 0.13% 0.69% -
HSV(B) 183º 0.11% 0.73% -
XYZ 41.94 46.35 53.19 -
YUV 179.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 166 185 186 0.11 0.01 0 0.27 183 0.13 0.69
Hex A6 B9 BA B 1 0 1B B7 D 45
Octal 246 271 272 13 1 0 33 267 15 105
Binary 10100110 10111001 10111010 1011 1 0 11011 10110111 1101 1000101

Color Harmonies of #A6B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B9BA

Black with #A6B9BA

Text Example


Text Example

White with #A6B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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