Html Css Color HEX #9AABBB Nepal

📋 copy color: '#9AABBB'

red 154 ◦ green 171 ◦ blue 187

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

Shades of Nepal #9AABBB

Tints of Nepal #9AABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.4%

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 30.08%
G = 33.4%
B = 36.52%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9AABBB (or 0x9AABBB) is known color: Nepal. HEX triplet: 9A, AB and BB. RGB value is (154,171,187). Sum of RGB (Red+Green+Blue) = 154+171+187=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABBB is #655444. Grayscale: #A7A7A7. Windows color (decimal): -6640709 or 12299162. OLE color: 12299162.

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

Color convert

RGB 154 171 187 -
CMYK 0.18 0.09 0 0.27
HSL 209.09º 0.2% 0.67% -
HSV(B) 209.09º 0.18% 0.73% -
XYZ 36.86 39.58 52.71 -
YUV 167.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 154 171 187 0.18 0.09 0 0.27 209.09 0.2 0.67
Hex 9A AB BB 12 9 0 1B D1 14 43
Octal 232 253 273 22 11 0 33 321 24 103
Binary 10011010 10101011 10111011 10010 1001 0 11011 11010001 10100 1000011

Color Harmonies of #9AABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AABBB

Black with #9AABBB

Text Example


Text Example

White with #9AABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,171,187); }

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

background-color css

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

 a { background-color: rgb(154,171,187); }

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

border-color css

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

 span { border-color: rgb(154,171,187); }

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