Html Css Color HEX #9BAEC0 Nepal

📋 copy color: '#9BAEC0'

red 155 ◦ green 174 ◦ blue 192

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

Shades of Nepal #9BAEC0

Tints of Nepal #9BAEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.4%

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 29.75%
G = 33.4%
B = 36.85%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BAEC0 (or 0x9BAEC0) is known color: Nepal. HEX triplet: 9B, AE and C0. RGB value is (155,174,192). Sum of RGB (Red+Green+Blue) = 155+174+192=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEC0 is #64513F. Grayscale: #AAAAAA. Windows color (decimal): -6574400 or 12627611. OLE color: 12627611.

HSL color Cylindrical-coordinate representation of color #9BAEC0: hue angle of 209.19º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BAEC0 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 174 192 -
CMYK 0.19 0.09 0 0.25
HSL 209.19º 0.23% 0.68% -
HSV(B) 209.19º 0.19% 0.75% -
XYZ 38.17 41.05 55.78 -
YUV 170.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 155 174 192 0.19 0.09 0 0.25 209.19 0.23 0.68
Hex 9B AE C0 13 9 0 19 D1 17 44
Octal 233 256 300 23 11 0 31 321 27 104
Binary 10011011 10101110 11000000 10011 1001 0 11001 11010001 10111 1000100

Color Harmonies of #9BAEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEC0

Black with #9BAEC0

Text Example


Text Example

White with #9BAEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,192); }

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

background-color css

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

 a { background-color: rgb(155,174,192); }

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

border-color css

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

 span { border-color: rgb(155,174,192); }

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