Html Css Color HEX #A3B0BC Nepal

📋 copy color: '#A3B0BC'

red 163 ◦ green 176 ◦ blue 188

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

Shades of Nepal #A3B0BC

Tints of Nepal #A3B0BC

RGB

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

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

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

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

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A3B0BC (or 0xA3B0BC) is known color: Nepal. HEX triplet: A3, B0 and BC. RGB value is (163,176,188). Sum of RGB (Red+Green+Blue) = 163+176+188=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B0BC is #5C4F43. Grayscale: #ADADAD. Windows color (decimal): -6049604 or 12365987. OLE color: 12365987.

HSL color Cylindrical-coordinate representation of color #A3B0BC: hue angle of 208.8º 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 #A3B0BC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 176 188 -
CMYK 0.13 0.06 0 0.26
HSL 208.8º 0.16% 0.69% -
HSV(B) 208.8º 0.13% 0.74% -
XYZ 39.71 42.47 53.68 -
YUV 173.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 163 176 188 0.13 0.06 0 0.26 208.8 0.16 0.69
Hex A3 B0 BC D 6 0 1A D1 10 45
Octal 243 260 274 15 6 0 32 321 20 105
Binary 10100011 10110000 10111100 1101 110 0 11010 11010001 10000 1000101

Color Harmonies of #A3B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B0BC

Black with #A3B0BC

Text Example


Text Example

White with #A3B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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