Html Css Color HEX #A8B5BB Casper

📋 copy color: '#A8B5BB'

red 168 ◦ green 181 ◦ blue 187

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

Shades of Casper #A8B5BB

Tints of Casper #A8B5BB

RGB

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

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

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

R = 31.34%
G = 33.77%
B = 34.89%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A8B5BB (or 0xA8B5BB) is known color: Casper. HEX triplet: A8, B5 and BB. RGB value is (168,181,187). Sum of RGB (Red+Green+Blue) = 168+181+187=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B5BB is #574A44. Grayscale: #B1B1B1. Windows color (decimal): -5720645 or 12301736. OLE color: 12301736.

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

Color convert

RGB 168 181 187 -
CMYK 0.10 0.03 0 0.27
HSL 198.95º 0.12% 0.7% -
HSV(B) 198.95º 0.1% 0.73% -
XYZ 41.64 44.96 53.5 -
YUV 177.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 168 181 187 0.10 0.03 0 0.27 198.95 0.12 0.7
Hex A8 B5 BB A 3 0 1B C7 C 46
Octal 250 265 273 12 3 0 33 307 14 106
Binary 10101000 10110101 10111011 1010 11 0 11011 11000111 1100 1000110

Color Harmonies of #A8B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B5BB

Black with #A8B5BB

Text Example


Text Example

White with #A8B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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