Html Css Color HEX #A6B6B9 Casper

📋 copy color: '#A6B6B9'

red 166 ◦ green 182 ◦ blue 185

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

Shades of Casper #A6B6B9

Tints of Casper #A6B6B9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.15%

 BLUE value IS 185 (72.66% from 255) = 34.71%

R = 31.14%
G = 34.15%
B = 34.71%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A6B6B9 (or 0xA6B6B9) is known color: Casper. HEX triplet: A6, B6 and B9. RGB value is (166,182,185). Sum of RGB (Red+Green+Blue) = 166+182+185=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #A6B6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B6B9 is #594946. Grayscale: #B1B1B1. Windows color (decimal): -5851463 or 12170918. OLE color: 12170918.

HSL color Cylindrical-coordinate representation of color #A6B6B9: hue angle of 189.47º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B6B9 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 182 185 -
CMYK 0.10 0.02 0 0.27
HSL 189.47º 0.12% 0.69% -
HSV(B) 189.47º 0.1% 0.73% -
XYZ 41.21 45.07 52.43 -
YUV 177.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 166 182 185 0.10 0.02 0 0.27 189.47 0.12 0.69
Hex A6 B6 B9 A 2 0 1B BD C 45
Octal 246 266 271 12 2 0 33 275 14 105
Binary 10100110 10110110 10111001 1010 10 0 11011 10111101 1100 1000101

Color Harmonies of #A6B6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B6B9

Black with #A6B6B9

Text Example


Text Example

White with #A6B6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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