Html Css Color HEX #99ACBB Nepal

📋 copy color: '#99ACBB'

red 153 ◦ green 172 ◦ blue 187

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

Shades of Nepal #99ACBB

Tints of Nepal #99ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 29.88%
G = 33.59%
B = 36.52%

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

#99ACBB (or 0x99ACBB) is known color: Nepal. HEX triplet: 99, AC and BB. RGB value is (153,172,187). Sum of RGB (Red+Green+Blue) = 153+172+187=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #99ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACBB is #665344. Grayscale: #A7A7A7. Windows color (decimal): -6705989 or 12299417. OLE color: 12299417.

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

Color convert

RGB 153 172 187 -
CMYK 0.18 0.08 0 0.27
HSL 206.47º 0.2% 0.67% -
HSV(B) 206.47º 0.18% 0.73% -
XYZ 36.86 39.87 52.77 -
YUV 168.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 153 172 187 0.18 0.08 0 0.27 206.47 0.2 0.67
Hex 99 AC BB 12 8 0 1B CE 14 43
Octal 231 254 273 22 10 0 33 316 24 103
Binary 10011001 10101100 10111011 10010 1000 0 11011 11001110 10100 1000011

Color Harmonies of #99ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ACBB

Black with #99ACBB

Text Example


Text Example

White with #99ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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