Html Css Color HEX #A8B7BC Casper

📋 copy color: '#A8B7BC'

red 168 ◦ green 183 ◦ blue 188

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

Shades of Casper #A8B7BC

Tints of Casper #A8B7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.95%

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 31.17%
G = 33.95%
B = 34.88%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A8B7BC (or 0xA8B7BC) is known color: Casper. HEX triplet: A8, B7 and BC. RGB value is (168,183,188). Sum of RGB (Red+Green+Blue) = 168+183+188=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #A8B7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7BC is #574843. Grayscale: #B3B3B3. Windows color (decimal): -5720132 or 12367784. OLE color: 12367784.

HSL color Cylindrical-coordinate representation of color #A8B7BC: hue angle of 195º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8B7BC is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 183 188 -
CMYK 0.11 0.03 0 0.26
HSL 195º 0.13% 0.7% -
HSV(B) 195º 0.11% 0.74% -
XYZ 42.16 45.82 54.2 -
YUV 179.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 168 183 188 0.11 0.03 0 0.26 195 0.13 0.7
Hex A8 B7 BC B 3 0 1A C3 D 46
Octal 250 267 274 13 3 0 32 303 15 106
Binary 10101000 10110111 10111100 1011 11 0 11010 11000011 1101 1000110

Color Harmonies of #A8B7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B7BC

Black with #A8B7BC

Text Example


Text Example

White with #A8B7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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