Html Css Color HEX #99ABBA Nepal

📋 copy color: '#99ABBA'

red 153 ◦ green 171 ◦ blue 186

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

Shades of Nepal #99ABBA

Tints of Nepal #99ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.53%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 30%
G = 33.53%
B = 36.47%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#99ABBA (or 0x99ABBA) is known color: Nepal. HEX triplet: 99, AB and BA. RGB value is (153,171,186). Sum of RGB (Red+Green+Blue) = 153+171+186=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #99ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABBA is #665445. Grayscale: #A7A7A7. Windows color (decimal): -6706246 or 12233625. OLE color: 12233625.

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

Color convert

RGB 153 171 186 -
CMYK 0.18 0.08 0 0.27
HSL 207.27º 0.19% 0.66% -
HSV(B) 207.27º 0.18% 0.73% -
XYZ 36.56 39.44 52.14 -
YUV 167.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 153 171 186 0.18 0.08 0 0.27 207.27 0.19 0.66
Hex 99 AB BA 12 8 0 1B CF 13 42
Octal 231 253 272 22 10 0 33 317 23 102
Binary 10011001 10101011 10111010 10010 1000 0 11011 11001111 10011 1000010

Color Harmonies of #99ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABBA

Black with #99ABBA

Text Example


Text Example

White with #99ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,171,186); }

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

background-color css

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

 a { background-color: rgb(153,171,186); }

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

border-color css

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

 span { border-color: rgb(153,171,186); }

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