Html Css Color HEX #A7B5BB Casper

📋 copy color: '#A7B5BB'

red 167 ◦ green 181 ◦ blue 187

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

Shades of Casper #A7B5BB

Tints of Casper #A7B5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.83%

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

R = 31.21%
G = 33.83%
B = 34.95%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A7B5BB (or 0xA7B5BB) is known color: Casper. HEX triplet: A7, B5 and BB. RGB value is (167,181,187). Sum of RGB (Red+Green+Blue) = 167+181+187=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #A7B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B5BB is #584A44. Grayscale: #B1B1B1. Windows color (decimal): -5786181 or 12301735. OLE color: 12301735.

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

Color convert

RGB 167 181 187 -
CMYK 0.11 0.03 0 0.27
HSL 198º 0.13% 0.69% -
HSV(B) 198º 0.11% 0.73% -
XYZ 41.43 44.85 53.49 -
YUV 177.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 167 181 187 0.11 0.03 0 0.27 198 0.13 0.69
Hex A7 B5 BB B 3 0 1B C6 D 45
Octal 247 265 273 13 3 0 33 306 15 105
Binary 10100111 10110101 10111011 1011 11 0 11011 11000110 1101 1000101

Color Harmonies of #A7B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B5BB

Black with #A7B5BB

Text Example


Text Example

White with #A7B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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