#88ABBE

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

Shades of Nepal #88ABBE

Tints of Nepal #88ABBE

Color information

#88ABBE (or 0x88ABBE) is unknown color: approx Nepal. HEX triplet: 88, AB and BE. RGB value is (136,171,190). Sum of RGB (Red+Green+Blue) = 136+171+190=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #88ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABBE is #775441. Grayscale: #A2A2A2. Windows color (decimal): -7820354 or 12495752. OLE color: 12495752.

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

Color convert

RGB136171190-
CMYK0.280.1000.25
HSL201.11º29.35%63.92%-
HSV(B)201.11º28.42%74.51%-
XYZ34.0138.0854.27-
YUV162.7143.4108.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.36%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=27.36%
G=34.41%
B=38.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361711900.280.1000.25201.1129.3563.92
Hex88ABBE1CA019c91d40
Octal210253276341203131135100
Binary10001000101010111011111011100101001100111001001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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