Html Css Color HEX #99ABBC Nepal

📋 copy color: '#99ABBC'

red 153 ◦ green 171 ◦ blue 188

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

Shades of Nepal #99ABBC

Tints of Nepal #99ABBC

RGB

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

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

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

R = 29.88%
G = 33.4%
B = 36.72%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#99ABBC (or 0x99ABBC) is known color: Nepal. HEX triplet: 99, AB and BC. RGB value is (153,171,188). Sum of RGB (Red+Green+Blue) = 153+171+188=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #99ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABBC is #665443. Grayscale: #A7A7A7. Windows color (decimal): -6706244 or 12364697. OLE color: 12364697.

HSL color Cylindrical-coordinate representation of color #99ABBC: hue angle of 209.14º 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 #99ABBC is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 171 188 -
CMYK 0.19 0.09 0 0.26
HSL 209.14º 0.21% 0.67% -
HSV(B) 209.14º 0.19% 0.74% -
XYZ 36.78 39.53 53.27 -
YUV 167.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 153 171 188 0.19 0.09 0 0.26 209.14 0.21 0.67
Hex 99 AB BC 13 9 0 1A D1 15 43
Octal 231 253 274 23 11 0 32 321 25 103
Binary 10011001 10101011 10111100 10011 1001 0 11010 11010001 10101 1000011

Color Harmonies of #99ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABBC

Black with #99ABBC

Text Example


Text Example

White with #99ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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