Html Css Color HEX #9AB2C1 Nepal

📋 copy color: '#9AB2C1'

red 154 ◦ green 178 ◦ blue 193

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

Shades of Nepal #9AB2C1

Tints of Nepal #9AB2C1

RGB

 RED value IS 154 (60.55% from 255) = 29.33%

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

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 29.33%
G = 33.9%
B = 36.76%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9AB2C1 (or 0x9AB2C1) is known color: Nepal. HEX triplet: 9A, B2 and C1. RGB value is (154,178,193). Sum of RGB (Red+Green+Blue) = 154+178+193=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #9AB2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB2C1 is #654D3E. Grayscale: #ACACAC. Windows color (decimal): -6638911 or 12694170. OLE color: 12694170.

HSL color Cylindrical-coordinate representation of color #9AB2C1: hue angle of 203.08º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AB2C1 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 178 193 -
CMYK 0.20 0.08 0 0.24
HSL 203.08º 0.24% 0.68% -
HSV(B) 203.08º 0.2% 0.76% -
XYZ 38.87 42.56 56.62 -
YUV 172.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 154 178 193 0.20 0.08 0 0.24 203.08 0.24 0.68
Hex 9A B2 C1 14 8 0 18 CB 18 44
Octal 232 262 301 24 10 0 30 313 30 104
Binary 10011010 10110010 11000001 10100 1000 0 11000 11001011 11000 1000100

Color Harmonies of #9AB2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB2C1

Black with #9AB2C1

Text Example


Text Example

White with #9AB2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB2C1; }

 p { color: rgb(154,178,193); }

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

background-color css

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

 a { background-color: rgb(154,178,193); }

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

border-color css

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

 span { border-color: rgb(154,178,193); }

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