#8CABBE

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

Shades of Nepal #8CABBE

Tints of Nepal #8CABBE

Color information

#8CABBE (or 0x8CABBE) is unknown color: approx Nepal. HEX triplet: 8C, AB and BE. RGB value is (140,171,190). Sum of RGB (Red+Green+Blue) = 140+171+190=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABBE is #735441. Grayscale: #A3A3A3. Windows color (decimal): -7558210 or 12495756. OLE color: 12495756.

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

Color convert

RGB140171190-
CMYK0.260.1000.25
HSL202.8º27.78%64.71%-
HSV(B)202.8º26.32%74.51%-
XYZ34.6738.4254.3-
YUV163.9142.73110.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.94%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=27.94%
G=34.13%
B=37.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401711900.260.1000.25202.827.7864.71
Hex8CABBE1AA019cb1c41
Octal214253276321203131334101
Binary10001100101010111011111011010101001100111001011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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