Html Css Color HEX #99ACB6 Nepal

📋 copy color: '#99ACB6'

red 153 ◦ green 172 ◦ blue 182

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

Shades of Nepal #99ACB6

Tints of Nepal #99ACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.93%

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 30.18%
G = 33.93%
B = 35.9%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#99ACB6 (or 0x99ACB6) is known color: Nepal. HEX triplet: 99, AC and B6. RGB value is (153,172,182). Sum of RGB (Red+Green+Blue) = 153+172+182=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #99ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACB6 is #665349. Grayscale: #A7A7A7. Windows color (decimal): -6705994 or 11971737. OLE color: 11971737.

HSL color Cylindrical-coordinate representation of color #99ACB6: hue angle of 200.69º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99ACB6 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 172 182 -
CMYK 0.16 0.05 0 0.29
HSL 200.69º 0.17% 0.66% -
HSV(B) 200.69º 0.16% 0.71% -
XYZ 36.33 39.65 50 -
YUV 167.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 153 172 182 0.16 0.05 0 0.29 200.69 0.17 0.66
Hex 99 AC B6 10 5 0 1D C9 11 42
Octal 231 254 266 20 5 0 35 311 21 102
Binary 10011001 10101100 10110110 10000 101 0 11101 11001001 10001 1000010

Color Harmonies of #99ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ACB6

Black with #99ACB6

Text Example


Text Example

White with #99ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,172,182); }

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

background-color css

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

 a { background-color: rgb(153,172,182); }

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

border-color css

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

 span { border-color: rgb(153,172,182); }

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