Html Css Color HEX #A8B5B7 Casper

📋 copy color: '#A8B5B7'

red 168 ◦ green 181 ◦ blue 183

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

Shades of Casper #A8B5B7

Tints of Casper #A8B5B7

RGB

 RED value IS 168 (66.02% from 255) = 31.58%

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

 BLUE value IS 183 (71.88% from 255) = 34.4%

R = 31.58%
G = 34.02%
B = 34.4%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A8B5B7 (or 0xA8B5B7) is known color: Casper. HEX triplet: A8, B5 and B7. RGB value is (168,181,183). Sum of RGB (Red+Green+Blue) = 168+181+183=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 183 - color contains mainly: blue. Hex color #A8B5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B5B7 is #574A48. Grayscale: #B1B1B1. Windows color (decimal): -5720649 or 12039592. OLE color: 12039592.

HSL color Cylindrical-coordinate representation of color #A8B5B7: hue angle of 188º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B5B7 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 181 183 -
CMYK 0.08 0.01 0 0.28
HSL 188º 0.09% 0.69% -
HSV(B) 188º 0.08% 0.72% -
XYZ 41.22 44.79 51.27 -
YUV 177.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 168 181 183 0.08 0.01 0 0.28 188 0.09 0.69
Hex A8 B5 B7 8 1 0 1C BC 9 45
Octal 250 265 267 10 1 0 34 274 11 105
Binary 10101000 10110101 10110111 1000 1 0 11100 10111100 1001 1000101

Color Harmonies of #A8B5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B5B7

Black with #A8B5B7

Text Example


Text Example

White with #A8B5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B5B7; }

 p { color: rgb(168,181,183); }

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

background-color css

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

 a { background-color: rgb(168,181,183); }

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

border-color css

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

 span { border-color: rgb(168,181,183); }

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