Html Css Color HEX #9AB1BF Nepal

📋 copy color: '#9AB1BF'

red 154 ◦ green 177 ◦ blue 191

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

Shades of Nepal #9AB1BF

Tints of Nepal #9AB1BF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.91%

 BLUE value IS 191 (75% from 255) = 36.59%

R = 29.5%
G = 33.91%
B = 36.59%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9AB1BF (or 0x9AB1BF) is known color: Nepal. HEX triplet: 9A, B1 and BF. RGB value is (154,177,191). Sum of RGB (Red+Green+Blue) = 154+177+191=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #9AB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB1BF is #654E40. Grayscale: #ABABAB. Windows color (decimal): -6639169 or 12562842. OLE color: 12562842.

HSL color Cylindrical-coordinate representation of color #9AB1BF: hue angle of 202.7º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AB1BF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 177 191 -
CMYK 0.19 0.07 0 0.25
HSL 202.7º 0.22% 0.68% -
HSV(B) 202.7º 0.19% 0.75% -
XYZ 38.45 42.08 55.39 -
YUV 171.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 154 177 191 0.19 0.07 0 0.25 202.7 0.22 0.68
Hex 9A B1 BF 13 7 0 19 CB 16 44
Octal 232 261 277 23 7 0 31 313 26 104
Binary 10011010 10110001 10111111 10011 111 0 11001 11001011 10110 1000100

Color Harmonies of #9AB1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB1BF

Black with #9AB1BF

Text Example


Text Example

White with #9AB1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,177,191); }

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

background-color css

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

 a { background-color: rgb(154,177,191); }

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

border-color css

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

 span { border-color: rgb(154,177,191); }

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