Html Css Color HEX #A6B4BB Casper

📋 copy color: '#A6B4BB'

red 166 ◦ green 180 ◦ blue 187

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

Shades of Casper #A6B4BB

Tints of Casper #A6B4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.77%

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 31.14%
G = 33.77%
B = 35.08%

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

#A6B4BB (or 0xA6B4BB) is known color: Casper. HEX triplet: A6, B4 and BB. RGB value is (166,180,187). Sum of RGB (Red+Green+Blue) = 166+180+187=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #A6B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B4BB is #594B44. Grayscale: #B0B0B0. Windows color (decimal): -5851973 or 12301478. OLE color: 12301478.

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

Color convert

RGB 166 180 187 -
CMYK 0.11 0.04 0 0.27
HSL 200º 0.13% 0.69% -
HSV(B) 200º 0.11% 0.73% -
XYZ 41.02 44.34 53.41 -
YUV 176.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 166 180 187 0.11 0.04 0 0.27 200 0.13 0.69
Hex A6 B4 BB B 4 0 1B C8 D 45
Octal 246 264 273 13 4 0 33 310 15 105
Binary 10100110 10110100 10111011 1011 100 0 11011 11001000 1101 1000101

Color Harmonies of #A6B4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B4BB

Black with #A6B4BB

Text Example


Text Example

White with #A6B4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B4BB; }

 p { color: rgb(166,180,187); }

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

background-color css

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

 a { background-color: rgb(166,180,187); }

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

border-color css

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

 span { border-color: rgb(166,180,187); }

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