Html Css Color HEX #A3BCB0 Skeptic

📋 copy color: '#A3BCB0'

red 163 ◦ green 188 ◦ blue 176

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

Shades of Skeptic #A3BCB0

Tints of Skeptic #A3BCB0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.67%

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

R = 30.93%
G = 35.67%
B = 33.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#A3BCB0 (or 0xA3BCB0) is known color: Skeptic. HEX triplet: A3, BC and B0. RGB value is (163,188,176). Sum of RGB (Red+Green+Blue) = 163+188+176=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCB0 is #5C434F. Grayscale: #B3B3B3. Windows color (decimal): -6046544 or 11582627. OLE color: 11582627.

HSL color Cylindrical-coordinate representation of color #A3BCB0: hue angle of 151.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCB0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 176 -
CMYK 0.13 0 0.06 0.26
HSL 151.2º 0.16% 0.69% -
HSV(B) 151.2º 0.13% 0.74% -
XYZ 40.92 46.89 47.97 -
YUV 179.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 163 188 176 0.13 0 0.06 0.26 151.2 0.16 0.69
Hex A3 BC B0 D 0 6 1A 97 10 45
Octal 243 274 260 15 0 6 32 227 20 105
Binary 10100011 10111100 10110000 1101 0 110 11010 10010111 10000 1000101

Color Harmonies of #A3BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCB0

Black with #A3BCB0

Text Example


Text Example

White with #A3BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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