#8FAEBD

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

Shades of Nepal #8FAEBD

Tints of Nepal #8FAEBD

Color information

#8FAEBD (or 0x8FAEBD) is unknown color: approx Nepal. HEX triplet: 8F, AE and BD. RGB value is (143,174,189). Sum of RGB (Red+Green+Blue) = 143+174+189=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #8FAEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEBD is #705142. Grayscale: #A6A6A6. Windows color (decimal): -7360835 or 12430991. OLE color: 12430991.

HSL color Cylindrical-coordinate representation of color #8FAEBD: hue angle of 199.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FAEBD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB143174189-
CMYK0.240.0800.26
HSL199.57º25.84%65.1%-
HSV(B)199.57º24.34%74.12%-
XYZ35.6539.7953.94-
YUV166.44140.73111.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.26%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=28.26%
G=34.39%
B=37.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431741890.240.0800.26199.5725.8465.1
Hex8FAEBD18801Ac81a41
Octal217256275301003231032101
Binary10001111101011101011110111000100001101011001000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,174,189); }

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

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

 a { background-color: rgb(143,174,189); }

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

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

 span { border-color: rgb(143,174,189); }

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