#A4BFB0

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

Shades of Skeptic #A4BFB0

Tints of Skeptic #A4BFB0

Color information

#A4BFB0 (or 0xA4BFB0) is unknown color: approx Skeptic. HEX triplet: A4, BF and B0. RGB value is (164,191,176). Sum of RGB (Red+Green+Blue) = 164+191+176=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BFB0 is #5B404F. Grayscale: #B5B5B5. Windows color (decimal): -5980240 or 11583396. OLE color: 11583396.

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

Color convert

RGB164191176-
CMYK0.1400.080.25
HSL146.67º17.42%69.61%-
HSV(B)146.67º14.14%74.9%-
XYZ41.7848.2948.19-
YUV181.22125.05115.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=30.89%
G=35.97%
B=33.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911760.1400.080.25146.6717.4269.61
HexA4BFB0E0819931146
Octal244277260160103122321106
Binary1010010010111111101100001110010001100110010011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFB0; }

 p { color: rgb(164,191,176); }

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

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

 a { background-color: rgb(164,191,176); }

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

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

 span { border-color: rgb(164,191,176); }

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