Html Css Color HEX #99ADBE Nepal

📋 copy color: '#99ADBE'

red 153 ◦ green 173 ◦ blue 190

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

Shades of Nepal #99ADBE

Tints of Nepal #99ADBE

RGB

 RED value IS 153 (60.16% from 255) = 29.65%

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

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

R = 29.65%
G = 33.53%
B = 36.82%

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

#99ADBE (or 0x99ADBE) is known color: Nepal. HEX triplet: 99, AD and BE. RGB value is (153,173,190). Sum of RGB (Red+Green+Blue) = 153+173+190=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #99ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADBE is #665241. Grayscale: #A8A8A8. Windows color (decimal): -6705730 or 12496281. OLE color: 12496281.

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

Color convert

RGB 153 173 190 -
CMYK 0.19 0.09 0 0.25
HSL 207.57º 0.22% 0.67% -
HSV(B) 207.57º 0.19% 0.75% -
XYZ 37.37 40.38 54.54 -
YUV 168.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 153 173 190 0.19 0.09 0 0.25 207.57 0.22 0.67
Hex 99 AD BE 13 9 0 19 D0 16 43
Octal 231 255 276 23 11 0 31 320 26 103
Binary 10011001 10101101 10111110 10011 1001 0 11001 11010000 10110 1000011

Color Harmonies of #99ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADBE

Black with #99ADBE

Text Example


Text Example

White with #99ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99ADBE; }

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

 H1.HeaderClassName
 {
   color: #99ADBE;
 }
 .AnyTagClassName
 {
   color: #99ADBE;
 }
</style>

background-color css

<style>
 a { background-color: #99ADBE; }

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

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

border-color css

<style>
 span { border-color: #99ADBE; }

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

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