#A7BBBE

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

Shades of Casper #A7BBBE

Tints of Casper #A7BBBE

Color information

#A7BBBE (or 0xA7BBBE) is unknown color: approx Casper. HEX triplet: A7, BB and BE. RGB value is (167,187,190). Sum of RGB (Red+Green+Blue) = 167+187+190=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBBE is #584441. Grayscale: #B5B5B5. Windows color (decimal): -5784642 or 12499879. OLE color: 12499879.

HSL color Cylindrical-coordinate representation of color #A7BBBE: hue angle of 187.83º 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 #A7BBBE is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167187190-
CMYK0.120.0200.25
HSL187.83º15.03%70%-
HSV(B)187.83º12.11%74.51%-
XYZ4347.4755.61-
YUV181.36132.87117.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.70%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=30.70%
G=34.38%
B=34.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671871900.120.0200.25187.8315.0370
HexA7BBBEC2019bcf46
Octal24727327614203127417106
Binary1010011110111011101111101100100110011011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BBBE; }

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

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

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

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

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

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

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

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