Html Css Color HEX #9AB1BC Nepal

📋 copy color: '#9AB1BC'

red 154 ◦ green 177 ◦ blue 188

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

Shades of Nepal #9AB1BC

Tints of Nepal #9AB1BC

RGB

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

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

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

R = 29.67%
G = 34.1%
B = 36.22%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9AB1BC (or 0x9AB1BC) is known color: Nepal. HEX triplet: 9A, B1 and BC. RGB value is (154,177,188). Sum of RGB (Red+Green+Blue) = 154+177+188=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #9AB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB1BC is #654E43. Grayscale: #ABABAB. Windows color (decimal): -6639172 or 12366234. OLE color: 12366234.

HSL color Cylindrical-coordinate representation of color #9AB1BC: hue angle of 199.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AB1BC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 177 188 -
CMYK 0.18 0.06 0 0.26
HSL 199.41º 0.2% 0.67% -
HSV(B) 199.41º 0.18% 0.74% -
XYZ 38.13 41.95 53.66 -
YUV 171.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 154 177 188 0.18 0.06 0 0.26 199.41 0.2 0.67
Hex 9A B1 BC 12 6 0 1A C7 14 43
Octal 232 261 274 22 6 0 32 307 24 103
Binary 10011010 10110001 10111100 10010 110 0 11010 11000111 10100 1000011

Color Harmonies of #9AB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB1BC

Black with #9AB1BC

Text Example


Text Example

White with #9AB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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