Html Css Color HEX #9BABB3 Nepal

📋 copy color: '#9BABB3'

red 155 ◦ green 171 ◦ blue 179

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

Shades of Nepal #9BABB3

Tints of Nepal #9BABB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.45%

R = 30.69%
G = 33.86%
B = 35.45%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9BABB3 (or 0x9BABB3) is known color: Nepal. HEX triplet: 9B, AB and B3. RGB value is (155,171,179). Sum of RGB (Red+Green+Blue) = 155+171+179=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 179 - color contains mainly: blue. Hex color #9BABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABB3 is #64544C. Grayscale: #A7A7A7. Windows color (decimal): -6575181 or 11774875. OLE color: 11774875.

HSL color Cylindrical-coordinate representation of color #9BABB3: hue angle of 200º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BABB3 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 155 171 179 -
CMYK 0.13 0.04 0 0.30
HSL 200º 0.14% 0.65% -
HSV(B) 200º 0.13% 0.7% -
XYZ 36.22 39.35 48.33 -
YUV 167.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 155 171 179 0.13 0.04 0 0.30 200 0.14 0.65
Hex 9B AB B3 D 4 0 1E C8 E 41
Octal 233 253 263 15 4 0 36 310 16 101
Binary 10011011 10101011 10110011 1101 100 0 11110 11001000 1110 1000001

Color Harmonies of #9BABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABB3

Black with #9BABB3

Text Example


Text Example

White with #9BABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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