Html Css Color HEX #9BADBE Nepal

📋 copy color: '#9BADBE'

red 155 ◦ green 173 ◦ blue 190

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

Shades of Nepal #9BADBE

Tints of Nepal #9BADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.4%

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 29.92%
G = 33.4%
B = 36.68%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BADBE (or 0x9BADBE) is known color: Nepal. HEX triplet: 9B, AD and BE. RGB value is (155,173,190). Sum of RGB (Red+Green+Blue) = 155+173+190=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADBE is #645241. Grayscale: #A9A9A9. Windows color (decimal): -6574658 or 12496283. OLE color: 12496283.

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

Color convert

RGB 155 173 190 -
CMYK 0.18 0.09 0 0.25
HSL 209.14º 0.21% 0.68% -
HSV(B) 209.14º 0.18% 0.75% -
XYZ 37.76 40.57 54.56 -
YUV 169.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 155 173 190 0.18 0.09 0 0.25 209.14 0.21 0.68
Hex 9B AD BE 12 9 0 19 D1 15 44
Octal 233 255 276 22 11 0 31 321 25 104
Binary 10011011 10101101 10111110 10010 1001 0 11001 11010001 10101 1000100

Color Harmonies of #9BADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BADBE

Black with #9BADBE

Text Example


Text Example

White with #9BADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,173,190); }

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

background-color css

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

 a { background-color: rgb(155,173,190); }

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

border-color css

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

 span { border-color: rgb(155,173,190); }

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