#A7BCBE

Color #A7BCBE Casper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casper #A7BCBE

Tints of Casper #A7BCBE

Color information

#A7BCBE (or 0xA7BCBE) is unknown color: approx Casper. HEX triplet: A7, BC and BE. RGB value is (167,188,190). Sum of RGB (Red+Green+Blue) = 167+188+190=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCBE is #584341. Grayscale: #B5B5B5. Windows color (decimal): -5784386 or 12500135. OLE color: 12500135.

HSL color Cylindrical-coordinate representation of color #A7BCBE: hue angle of 185.22º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BCBE is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167188190-
CMYK0.120.0100.25
HSL185.22º15.03%70%-
HSV(B)185.22º12.11%74.51%-
XYZ43.2147.955.68-
YUV181.95132.54117.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.64%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=30.64%
G=34.50%
B=34.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671881900.120.0100.25185.2215.0370
HexA7BCBEC1019b9f46
Octal24727427614103127117106
Binary101001111011110010111110110010110011011100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCBE; }

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

 H1.HeaderClassName
 {
   color: #A7BCBE;
 }
 .AnyTagClassName
 {
   color: #A7BCBE;
 }
</style>
background-color css

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

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

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

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

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

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