Html Css Color HEX #9BABBA Nepal

📋 copy color: '#9BABBA'

red 155 ◦ green 171 ◦ blue 186

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

Shades of Nepal #9BABBA

Tints of Nepal #9BABBA

RGB

 RED value IS 155 (60.94% from 255) = 30.27%

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 30.27%
G = 33.4%
B = 36.33%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BABBA (or 0x9BABBA) is known color: Nepal. HEX triplet: 9B, AB and BA. RGB value is (155,171,186). Sum of RGB (Red+Green+Blue) = 155+171+186=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABBA is #645445. Grayscale: #A7A7A7. Windows color (decimal): -6575174 or 12233627. OLE color: 12233627.

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

Color convert

RGB 155 171 186 -
CMYK 0.17 0.08 0 0.27
HSL 209.03º 0.18% 0.67% -
HSV(B) 209.03º 0.17% 0.73% -
XYZ 36.94 39.64 52.16 -
YUV 167.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 155 171 186 0.17 0.08 0 0.27 209.03 0.18 0.67
Hex 9B AB BA 11 8 0 1B D1 12 43
Octal 233 253 272 21 10 0 33 321 22 103
Binary 10011011 10101011 10111010 10001 1000 0 11011 11010001 10010 1000011

Color Harmonies of #9BABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABBA

Black with #9BABBA

Text Example


Text Example

White with #9BABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,171,186); }

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

background-color css

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

 a { background-color: rgb(155,171,186); }

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

border-color css

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

 span { border-color: rgb(155,171,186); }

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