#88A2BA

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

Shades of Nepal #88A2BA

Tints of Nepal #88A2BA

Color information

#88A2BA (or 0x88A2BA) is unknown color: approx Nepal. HEX triplet: 88, A2 and BA. RGB value is (136,162,186). Sum of RGB (Red+Green+Blue) = 136+162+186=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #88A2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2BA is #775D45. Grayscale: #9C9C9C. Windows color (decimal): -7822662 or 12231304. OLE color: 12231304.

HSL color Cylindrical-coordinate representation of color #88A2BA: hue angle of 208.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88A2BA is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136162186-
CMYK0.270.1300.27
HSL208.8º26.6%63.14%-
HSV(B)208.8º26.88%72.94%-
XYZ31.9434.6251.45-
YUV156.96144.39113.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.10%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=28.10%
G=33.47%
B=38.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361621860.270.1300.27208.826.663.14
Hex88A2BA1BD01Bd11b3f
Octal21024227233150333213377
Binary1000100010100010101110101101111010110111101000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A2BA; }

 p { color: rgb(136,162,186); }

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

<style>
 a { background-color: #88A2BA; }

 a { background-color: rgb(136,162,186); }

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

<style>
 span { border-color: #88A2BA; }

 span { border-color: rgb(136,162,186); }

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