Html Css Color HEX #9BAFBC Nepal

📋 copy color: '#9BAFBC'

red 155 ◦ green 175 ◦ blue 188

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

Shades of Nepal #9BAFBC

Tints of Nepal #9BAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 29.92%
G = 33.78%
B = 36.29%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9BAFBC (or 0x9BAFBC) is known color: Nepal. HEX triplet: 9B, AF and BC. RGB value is (155,175,188). Sum of RGB (Red+Green+Blue) = 155+175+188=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BAFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFBC is #645043. Grayscale: #AAAAAA. Windows color (decimal): -6574148 or 12365723. OLE color: 12365723.

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

Color convert

RGB 155 175 188 -
CMYK 0.18 0.07 0 0.26
HSL 203.64º 0.2% 0.67% -
HSV(B) 203.64º 0.18% 0.74% -
XYZ 37.92 41.26 53.54 -
YUV 170.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 155 175 188 0.18 0.07 0 0.26 203.64 0.2 0.67
Hex 9B AF BC 12 7 0 1A CC 14 43
Octal 233 257 274 22 7 0 32 314 24 103
Binary 10011011 10101111 10111100 10010 111 0 11010 11001100 10100 1000011

Color Harmonies of #9BAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAFBC

Black with #9BAFBC

Text Example


Text Example

White with #9BAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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