#88A5BE

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

Shades of Nepal #88A5BE

Tints of Nepal #88A5BE

Color information

#88A5BE (or 0x88A5BE) is unknown color: approx Nepal. HEX triplet: 88, A5 and BE. RGB value is (136,165,190). Sum of RGB (Red+Green+Blue) = 136+165+190=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #88A5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5BE is #775A41. Grayscale: #9F9F9F. Windows color (decimal): -7821890 or 12494216. OLE color: 12494216.

HSL color Cylindrical-coordinate representation of color #88A5BE: hue angle of 207.78º 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 #88A5BE is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136165190-
CMYK0.280.1300.25
HSL207.78º29.35%63.92%-
HSV(B)207.78º28.42%74.51%-
XYZ32.935.8653.9-
YUV159.18145.39111.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=27.70%
G=33.60%
B=38.70%

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
Decimal1361651900.280.1300.25207.7829.3563.92
Hex88A5BE1CD019d01d40
Octal210245276341503132035100
Binary10001000101001011011111011100110101100111010000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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