#99ACBC

Color #99ACBC Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #99ACBC

Tints of Nepal #99ACBC

Color information

#99ACBC (or 0x99ACBC) is unknown color: approx Nepal. HEX triplet: 99, AC and BC. RGB value is (153,172,188). Sum of RGB (Red+Green+Blue) = 153+172+188=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #99ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACBC is #665343. Grayscale: #A8A8A8. Windows color (decimal): -6705988 or 12364953. OLE color: 12364953.

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

Color convert

RGB153172188-
CMYK0.190.0900.26
HSL207.43º20.71%66.86%-
HSV(B)207.43º18.62%73.73%-
XYZ36.9739.9153.33-
YUV168.14139.21117.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=29.82%
G=33.53%
B=36.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531721880.190.0900.26207.4320.7166.86
Hex99ACBC13901Acf1543
Octal231254274231103231725103
Binary10011001101011001011110010011100101101011001111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99ACBC;
 }
 .AnyTagClassName
 {
   color: #99ACBC;
 }
</style>
background-color css

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

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

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

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

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

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