Html Css Color HEX #A7B8BC Casper

📋 copy color: '#A7B8BC'

red 167 ◦ green 184 ◦ blue 188

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

Shades of Casper #A7B8BC

Tints of Casper #A7B8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.14%

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

R = 30.98%
G = 34.14%
B = 34.88%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A7B8BC (or 0xA7B8BC) is known color: Casper. HEX triplet: A7, B8 and BC. RGB value is (167,184,188). Sum of RGB (Red+Green+Blue) = 167+184+188=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 184 (72.27% from 255 or 34.14% 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 #A7B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B8BC is #584743. Grayscale: #B3B3B3. Windows color (decimal): -5785412 or 12368039. OLE color: 12368039.

HSL color Cylindrical-coordinate representation of color #A7B8BC: hue angle of 191.43º degrees, saturation: 0.14, 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 #A7B8BC is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 184 188 -
CMYK 0.11 0.02 0 0.26
HSL 191.43º 0.14% 0.7% -
HSV(B) 191.43º 0.11% 0.74% -
XYZ 42.15 46.13 54.26 -
YUV 179.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 167 184 188 0.11 0.02 0 0.26 191.43 0.14 0.7
Hex A7 B8 BC B 2 0 1A BF E 46
Octal 247 270 274 13 2 0 32 277 16 106
Binary 10100111 10111000 10111100 1011 10 0 11010 10111111 1110 1000110

Color Harmonies of #A7B8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B8BC

Black with #A7B8BC

Text Example


Text Example

White with #A7B8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B8BC; }

 p { color: rgb(167,184,188); }

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

background-color css

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

 a { background-color: rgb(167,184,188); }

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

border-color css

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

 span { border-color: rgb(167,184,188); }

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