Html Css Color HEX #9BAFBB Nepal

📋 copy color: '#9BAFBB'

red 155 ◦ green 175 ◦ blue 187

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

Shades of Nepal #9BAFBB

Tints of Nepal #9BAFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.85%

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

R = 29.98%
G = 33.85%
B = 36.17%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BAFBB (or 0x9BAFBB) is known color: Nepal. HEX triplet: 9B, AF and BB. RGB value is (155,175,187). Sum of RGB (Red+Green+Blue) = 155+175+187=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFBB is #645044. Grayscale: #AAAAAA. Windows color (decimal): -6574149 or 12300187. OLE color: 12300187.

HSL color Cylindrical-coordinate representation of color #9BAFBB: hue angle of 202.5º degrees, saturation: 0.19, 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 #9BAFBB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 175 187 -
CMYK 0.17 0.06 0 0.27
HSL 202.5º 0.19% 0.67% -
HSV(B) 202.5º 0.17% 0.73% -
XYZ 37.82 41.22 52.98 -
YUV 170.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 155 175 187 0.17 0.06 0 0.27 202.5 0.19 0.67
Hex 9B AF BB 11 6 0 1B CA 13 43
Octal 233 257 273 21 6 0 33 312 23 103
Binary 10011011 10101111 10111011 10001 110 0 11011 11001010 10011 1000011

Color Harmonies of #9BAFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAFBB

Black with #9BAFBB

Text Example


Text Example

White with #9BAFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,187); }

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

background-color css

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

 a { background-color: rgb(155,175,187); }

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

border-color css

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

 span { border-color: rgb(155,175,187); }

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