Html Css Color HEX #A7B9BB Casper

📋 copy color: '#A7B9BB'

red 167 ◦ green 185 ◦ blue 187

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

Shades of Casper #A7B9BB

Tints of Casper #A7B9BB

RGB

 RED value IS 167 (65.63% from 255) = 30.98%

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

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

R = 30.98%
G = 34.32%
B = 34.69%

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

#A7B9BB (or 0xA7B9BB) is known color: Casper. HEX triplet: A7, B9 and BB. RGB value is (167,185,187). Sum of RGB (Red+Green+Blue) = 167+185+187=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #A7B9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B9BB is #584644. Grayscale: #B3B3B3. Windows color (decimal): -5785157 or 12302759. OLE color: 12302759.

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

Color convert

RGB 167 185 187 -
CMYK 0.11 0.01 0 0.27
HSL 186º 0.13% 0.69% -
HSV(B) 186º 0.11% 0.73% -
XYZ 42.25 46.5 53.76 -
YUV 179.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 167 185 187 0.11 0.01 0 0.27 186 0.13 0.69
Hex A7 B9 BB B 1 0 1B BA D 45
Octal 247 271 273 13 1 0 33 272 15 105
Binary 10100111 10111001 10111011 1011 1 0 11011 10111010 1101 1000101

Color Harmonies of #A7B9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B9BB

Black with #A7B9BB

Text Example


Text Example

White with #A7B9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B9BB; }

 p { color: rgb(167,185,187); }

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

background-color css

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

 a { background-color: rgb(167,185,187); }

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

border-color css

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

 span { border-color: rgb(167,185,187); }

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