#8CAABE

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

Shades of Nepal #8CAABE

Tints of Nepal #8CAABE

Color information

#8CAABE (or 0x8CAABE) is unknown color: approx Nepal. HEX triplet: 8C, AA and BE. RGB value is (140,170,190). Sum of RGB (Red+Green+Blue) = 140+170+190=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAABE is #735541. Grayscale: #A3A3A3. Windows color (decimal): -7558466 or 12495500. OLE color: 12495500.

HSL color Cylindrical-coordinate representation of color #8CAABE: hue angle of 204º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CAABE is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140170190-
CMYK0.260.1100.25
HSL204º27.78%64.71%-
HSV(B)204º26.32%74.51%-
XYZ34.4838.0454.24-
YUV163.31143.06111.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 190 (74.61% from 255) = 38%
R=28%
G=34%
B=38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401701900.260.1100.2520427.7864.71
Hex8CAABE1AB019cc1c41
Octal214252276321303131434101
Binary10001100101010101011111011010101101100111001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CAABE; }

 p { color: rgb(140,170,190); }

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

<style>
 a { background-color: #8CAABE; }

 a { background-color: rgb(140,170,190); }

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

<style>
 span { border-color: #8CAABE; }

 span { border-color: rgb(140,170,190); }

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