Html Css Color HEX #99ADBB Nepal

📋 copy color: '#99ADBB'

red 153 ◦ green 173 ◦ blue 187

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

Shades of Nepal #99ADBB

Tints of Nepal #99ADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 29.82%
G = 33.72%
B = 36.45%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#99ADBB (or 0x99ADBB) is known color: Nepal. HEX triplet: 99, AD and BB. RGB value is (153,173,187). Sum of RGB (Red+Green+Blue) = 153+173+187=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #99ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADBB is #665244. Grayscale: #A8A8A8. Windows color (decimal): -6705733 or 12299673. OLE color: 12299673.

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

Color convert

RGB 153 173 187 -
CMYK 0.18 0.07 0 0.27
HSL 204.71º 0.2% 0.67% -
HSV(B) 204.71º 0.18% 0.73% -
XYZ 37.05 40.25 52.83 -
YUV 168.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 153 173 187 0.18 0.07 0 0.27 204.71 0.2 0.67
Hex 99 AD BB 12 7 0 1B CD 14 43
Octal 231 255 273 22 7 0 33 315 24 103
Binary 10011001 10101101 10111011 10010 111 0 11011 11001101 10100 1000011

Color Harmonies of #99ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADBB

Black with #99ADBB

Text Example


Text Example

White with #99ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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