Html Css Color HEX #9BABB6 Nepal

📋 copy color: '#9BABB6'

red 155 ◦ green 171 ◦ blue 182

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

Shades of Nepal #9BABB6

Tints of Nepal #9BABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.83%

R = 30.51%
G = 33.66%
B = 35.83%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9BABB6 (or 0x9BABB6) is known color: Nepal. HEX triplet: 9B, AB and B6. RGB value is (155,171,182). Sum of RGB (Red+Green+Blue) = 155+171+182=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABB6 is #645449. Grayscale: #A7A7A7. Windows color (decimal): -6575178 or 11971483. OLE color: 11971483.

HSL color Cylindrical-coordinate representation of color #9BABB6: hue angle of 204.44º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BABB6 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 171 182 -
CMYK 0.15 0.06 0 0.29
HSL 204.44º 0.16% 0.66% -
HSV(B) 204.44º 0.15% 0.71% -
XYZ 36.52 39.47 49.95 -
YUV 167.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 155 171 182 0.15 0.06 0 0.29 204.44 0.16 0.66
Hex 9B AB B6 F 6 0 1D CC 10 42
Octal 233 253 266 17 6 0 35 314 20 102
Binary 10011011 10101011 10110110 1111 110 0 11101 11001100 10000 1000010

Color Harmonies of #9BABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABB6

Black with #9BABB6

Text Example


Text Example

White with #9BABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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