Html Css Color HEX #A3BEB0 Skeptic

📋 copy color: '#A3BEB0'

red 163 ◦ green 190 ◦ blue 176

#A3BEB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Skeptic #A3BEB0

Tints of Skeptic #A3BEB0

RGB

 RED value IS 163 (64.06% from 255) = 30.81%

 GREEN value IS 190 (74.61% from 255) = 35.92%

 BLUE value IS 176 (69.14% from 255) = 33.27%

R = 30.81%
G = 35.92%
B = 33.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#A3BEB0 (or 0xA3BEB0) is known color: Skeptic. HEX triplet: A3, BE and B0. RGB value is (163,190,176). Sum of RGB (Red+Green+Blue) = 163+190+176=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BEB0 is #5C414F. Grayscale: #B4B4B4. Windows color (decimal): -6046032 or 11583139. OLE color: 11583139.

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

Color convert

RGB 163 190 176 -
CMYK 0.14 0 0.07 0.25
HSL 148.89º 0.17% 0.69% -
HSV(B) 148.89º 0.14% 0.75% -
XYZ 41.35 47.75 48.11 -
YUV 180.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 163 190 176 0.14 0 0.07 0.25 148.89 0.17 0.69
Hex A3 BE B0 E 0 7 19 95 11 45
Octal 243 276 260 16 0 7 31 225 21 105
Binary 10100011 10111110 10110000 1110 0 111 11001 10010101 10001 1000101

Color Harmonies of #A3BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEB0

Black with #A3BEB0

Text Example


Text Example

White with #A3BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEB0; }

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

 H1.HeaderClassName
 {
   color: #A3BEB0;
 }
 .AnyTagClassName
 {
   color: #A3BEB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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