Html Css Color HEX #9AB0BD Nepal

📋 copy color: '#9AB0BD'

red 154 ◦ green 176 ◦ blue 189

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

Shades of Nepal #9AB0BD

Tints of Nepal #9AB0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 29.67%
G = 33.91%
B = 36.42%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9AB0BD (or 0x9AB0BD) is known color: Nepal. HEX triplet: 9A, B0 and BD. RGB value is (154,176,189). Sum of RGB (Red+Green+Blue) = 154+176+189=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #9AB0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0BD is #654F42. Grayscale: #AAAAAA. Windows color (decimal): -6639427 or 12431514. OLE color: 12431514.

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

Color convert

RGB 154 176 189 -
CMYK 0.19 0.07 0 0.26
HSL 202.29º 0.21% 0.67% -
HSV(B) 202.29º 0.19% 0.74% -
XYZ 38.04 41.59 54.17 -
YUV 170.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 154 176 189 0.19 0.07 0 0.26 202.29 0.21 0.67
Hex 9A B0 BD 13 7 0 1A CA 15 43
Octal 232 260 275 23 7 0 32 312 25 103
Binary 10011010 10110000 10111101 10011 111 0 11010 11001010 10101 1000011

Color Harmonies of #9AB0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB0BD

Black with #9AB0BD

Text Example


Text Example

White with #9AB0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,176,189); }

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

background-color css

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

 a { background-color: rgb(154,176,189); }

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

border-color css

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

 span { border-color: rgb(154,176,189); }

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