#A4BEB0

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

Shades of Skeptic #A4BEB0

Tints of Skeptic #A4BEB0

Color information

#A4BEB0 (or 0xA4BEB0) is unknown color: approx Skeptic. HEX triplet: A4, BE and B0. RGB value is (164,190,176). Sum of RGB (Red+Green+Blue) = 164+190+176=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BEB0 is #5B414F. Grayscale: #B4B4B4. Windows color (decimal): -5980496 or 11583140. OLE color: 11583140.

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

Color convert

RGB164190176-
CMYK0.1400.070.25
HSL147.69º16.67%69.41%-
HSV(B)147.69º13.68%74.51%-
XYZ41.5647.8548.12-
YUV180.63125.39116.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=30.94%
G=35.85%
B=33.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901760.1400.070.25147.6916.6769.41
HexA4BEB0E0719941145
Octal24427626016073122421105
Binary101001001011111010110000111001111100110010100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEB0; }

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

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

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

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

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

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

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

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