#88A6BE

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

Shades of Nepal #88A6BE

Tints of Nepal #88A6BE

Color information

#88A6BE (or 0x88A6BE) is unknown color: approx Nepal. HEX triplet: 88, A6 and BE. RGB value is (136,166,190). Sum of RGB (Red+Green+Blue) = 136+166+190=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #88A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A6BE is #775941. Grayscale: #9F9F9F. Windows color (decimal): -7821634 or 12494472. OLE color: 12494472.

HSL color Cylindrical-coordinate representation of color #88A6BE: hue angle of 206.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88A6BE is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136166190-
CMYK0.280.1300.25
HSL206.67º29.35%63.92%-
HSV(B)206.67º28.42%74.51%-
XYZ33.0836.2253.96-
YUV159.77145.06111.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=27.64%
G=33.74%
B=38.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361661900.280.1300.25206.6729.3563.92
Hex88A6BE1CD019cf1d40
Octal210246276341503131735100
Binary10001000101001101011111011100110101100111001111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,166,190); }

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

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

 a { background-color: rgb(136,166,190); }

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

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

 span { border-color: rgb(136,166,190); }

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