Html Css Color HEX #A0B2BC Nepal

📋 copy color: '#A0B2BC'

red 160 ◦ green 178 ◦ blue 188

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

Shades of Nepal #A0B2BC

Tints of Nepal #A0B2BC

RGB

 RED value IS 160 (62.89% from 255) = 30.42%

 GREEN value IS 178 (69.92% from 255) = 33.84%

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

R = 30.42%
G = 33.84%
B = 35.74%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A0B2BC (or 0xA0B2BC) is known color: Nepal. HEX triplet: A0, B2 and BC. RGB value is (160,178,188). Sum of RGB (Red+Green+Blue) = 160+178+188=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B2BC is #5F4D43. Grayscale: #ADADAD. Windows color (decimal): -6245700 or 12366496. OLE color: 12366496.

HSL color Cylindrical-coordinate representation of color #A0B2BC: hue angle of 201.43º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0B2BC is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 178 188 -
CMYK 0.15 0.05 0 0.26
HSL 201.43º 0.17% 0.68% -
HSV(B) 201.43º 0.15% 0.74% -
XYZ 39.49 42.95 53.78 -
YUV 173.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 160 178 188 0.15 0.05 0 0.26 201.43 0.17 0.68
Hex A0 B2 BC F 5 0 1A C9 11 44
Octal 240 262 274 17 5 0 32 311 21 104
Binary 10100000 10110010 10111100 1111 101 0 11010 11001001 10001 1000100

Color Harmonies of #A0B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B2BC

Black with #A0B2BC

Text Example


Text Example

White with #A0B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B2BC; }

 p { color: rgb(160,178,188); }

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

background-color css

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

 a { background-color: rgb(160,178,188); }

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

border-color css

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

 span { border-color: rgb(160,178,188); }

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