Html Css Color HEX #A8B4B5 Casper

📋 copy color: '#A8B4B5'

red 168 ◦ green 180 ◦ blue 181

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

Shades of Casper #A8B4B5

Tints of Casper #A8B4B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.22%

R = 31.76%
G = 34.03%
B = 34.22%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A8B4B5 (or 0xA8B4B5) is known color: Casper. HEX triplet: A8, B4 and B5. RGB value is (168,180,181). Sum of RGB (Red+Green+Blue) = 168+180+181=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 181 - color contains mainly: blue. Hex color #A8B4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B4B5 is #574B4A. Grayscale: #B0B0B0. Windows color (decimal): -5720907 or 11908264. OLE color: 11908264.

HSL color Cylindrical-coordinate representation of color #A8B4B5: hue angle of 184.62º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8B4B5 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 181 -
CMYK 0.07 0.01 0 0.29
HSL 184.62º 0.08% 0.68% -
HSV(B) 184.62º 0.07% 0.71% -
XYZ 40.81 44.3 50.12 -
YUV 176.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 168 180 181 0.07 0.01 0 0.29 184.62 0.08 0.68
Hex A8 B4 B5 7 1 0 1D B9 8 44
Octal 250 264 265 7 1 0 35 271 10 104
Binary 10101000 10110100 10110101 111 1 0 11101 10111001 1000 1000100

Color Harmonies of #A8B4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B4B5

Black with #A8B4B5

Text Example


Text Example

White with #A8B4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B4B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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