#A0BFB2

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

Shades of Skeptic #A0BFB2

Tints of Skeptic #A0BFB2

Color information

#A0BFB2 (or 0xA0BFB2) is unknown color: approx Skeptic. HEX triplet: A0, BF and B2. RGB value is (160,191,178). Sum of RGB (Red+Green+Blue) = 160+191+178=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFB2 is #5F404D. Grayscale: #B4B4B4. Windows color (decimal): -6242382 or 11714464. OLE color: 11714464.

HSL color Cylindrical-coordinate representation of color #A0BFB2: hue angle of 154.84º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BFB2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB160191178-
CMYK0.1600.070.25
HSL154.84º19.5%68.82%-
HSV(B)154.84º16.23%74.9%-
XYZ41.1647.9549.21-
YUV180.25126.73113.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 178 (69.92% from 255) = 33.65%
R=30.25%
G=36.11%
B=33.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911780.1600.070.25154.8419.568.82
HexA0BFB21007199b1345
Octal24027726220073123323105
Binary1010000010111111101100101000001111100110011011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFB2; }

 p { color: rgb(160,191,178); }

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

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

 a { background-color: rgb(160,191,178); }

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

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

 span { border-color: rgb(160,191,178); }

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