Html Css Color HEX #99ADBC Nepal

📋 copy color: '#99ADBC'

red 153 ◦ green 173 ◦ blue 188

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

Shades of Nepal #99ADBC

Tints of Nepal #99ADBC

RGB

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

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

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

R = 29.77%
G = 33.66%
B = 36.58%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#99ADBC (or 0x99ADBC) is known color: Nepal. HEX triplet: 99, AD and BC. RGB value is (153,173,188). Sum of RGB (Red+Green+Blue) = 153+173+188=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #99ADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADBC is #665243. Grayscale: #A8A8A8. Windows color (decimal): -6705732 or 12365209. OLE color: 12365209.

HSL color Cylindrical-coordinate representation of color #99ADBC: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99ADBC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 173 188 -
CMYK 0.19 0.08 0 0.26
HSL 205.71º 0.21% 0.67% -
HSV(B) 205.71º 0.19% 0.74% -
XYZ 37.16 40.29 53.4 -
YUV 168.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 153 173 188 0.19 0.08 0 0.26 205.71 0.21 0.67
Hex 99 AD BC 13 8 0 1A CE 15 43
Octal 231 255 274 23 10 0 32 316 25 103
Binary 10011001 10101101 10111100 10011 1000 0 11010 11001110 10101 1000011

Color Harmonies of #99ADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADBC

Black with #99ADBC

Text Example


Text Example

White with #99ADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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