#88ACBF

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

Shades of Nepal #88ACBF

Tints of Nepal #88ACBF

Color information

#88ACBF (or 0x88ACBF) is unknown color: approx Nepal. HEX triplet: 88, AC and BF. RGB value is (136,172,191). Sum of RGB (Red+Green+Blue) = 136+172+191=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #88ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACBF is #775340. Grayscale: #A3A3A3. Windows color (decimal): -7820097 or 12561544. OLE color: 12561544.

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

Color convert

RGB136172191-
CMYK0.290.1000.25
HSL200.73º30.05%64.12%-
HSV(B)200.73º28.8%74.9%-
XYZ34.3138.554.91-
YUV163.4143.57108.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.25%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 191 (75% from 255) = 38.28%
R=27.25%
G=34.47%
B=38.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361721910.290.1000.25200.7330.0564.12
Hex88ACBF1DA019c91e40
Octal210254277351203131136100
Binary10001000101011001011111111101101001100111001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,172,191); }

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

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

 a { background-color: rgb(136,172,191); }

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

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

 span { border-color: rgb(136,172,191); }

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