Html Css Color HEX #99ACB5 Nepal

📋 copy color: '#99ACB5'

red 153 ◦ green 172 ◦ blue 181

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

Shades of Nepal #99ACB5

Tints of Nepal #99ACB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.77%

R = 30.24%
G = 33.99%
B = 35.77%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#99ACB5 (or 0x99ACB5) is known color: Nepal. HEX triplet: 99, AC and B5. RGB value is (153,172,181). Sum of RGB (Red+Green+Blue) = 153+172+181=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #99ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACB5 is #66534A. Grayscale: #A7A7A7. Windows color (decimal): -6705995 or 11906201. OLE color: 11906201.

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

Color convert

RGB 153 172 181 -
CMYK 0.15 0.05 0 0.29
HSL 199.29º 0.16% 0.65% -
HSV(B) 199.29º 0.15% 0.71% -
XYZ 36.23 39.61 49.45 -
YUV 167.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 153 172 181 0.15 0.05 0 0.29 199.29 0.16 0.65
Hex 99 AC B5 F 5 0 1D C7 10 41
Octal 231 254 265 17 5 0 35 307 20 101
Binary 10011001 10101100 10110101 1111 101 0 11101 11000111 10000 1000001

Color Harmonies of #99ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ACB5

Black with #99ACB5

Text Example


Text Example

White with #99ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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