Html Css Color HEX #99A8B1 Nepal

📋 copy color: '#99A8B1'

red 153 ◦ green 168 ◦ blue 177

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

Shades of Nepal #99A8B1

Tints of Nepal #99A8B1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

 BLUE value IS 177 (69.53% from 255) = 35.54%

R = 30.72%
G = 33.73%
B = 35.54%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#99A8B1 (or 0x99A8B1) is known color: Nepal. HEX triplet: 99, A8 and B1. RGB value is (153,168,177). Sum of RGB (Red+Green+Blue) = 153+168+177=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 177 - color contains mainly: blue. Hex color #99A8B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A8B1 is #66574E. Grayscale: #A4A4A4. Windows color (decimal): -6707023 or 11643033. OLE color: 11643033.

HSL color Cylindrical-coordinate representation of color #99A8B1: hue angle of 202.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99A8B1 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 168 177 -
CMYK 0.14 0.05 0 0.31
HSL 202.5º 0.13% 0.65% -
HSV(B) 202.5º 0.14% 0.69% -
XYZ 35.08 37.95 47.07 -
YUV 164.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 153 168 177 0.14 0.05 0 0.31 202.5 0.13 0.65
Hex 99 A8 B1 E 5 0 1F CA D 41
Octal 231 250 261 16 5 0 37 312 15 101
Binary 10011001 10101000 10110001 1110 101 0 11111 11001010 1101 1000001

Color Harmonies of #99A8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A8B1

Black with #99A8B1

Text Example


Text Example

White with #99A8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,168,177); }

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

background-color css

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

 a { background-color: rgb(153,168,177); }

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

border-color css

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

 span { border-color: rgb(153,168,177); }

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