#8CACBB

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

Shades of Nepal #8CACBB

Tints of Nepal #8CACBB

Color information

#8CACBB (or 0x8CACBB) is unknown color: approx Nepal. HEX triplet: 8C, AC and BB. RGB value is (140,172,187). Sum of RGB (Red+Green+Blue) = 140+172+187=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACBB is #735344. Grayscale: #A4A4A4. Windows color (decimal): -7557957 or 12299404. OLE color: 12299404.

HSL color Cylindrical-coordinate representation of color #8CACBB: hue angle of 199.15º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CACBB is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140172187-
CMYK0.250.0800.27
HSL199.15º25.68%64.12%-
HSV(B)199.15º25.13%73.33%-
XYZ34.5438.6752.66-
YUV164.14140.9110.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.06%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=28.06%
G=34.47%
B=37.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401721870.250.0800.27199.1525.6864.12
Hex8CACBB19801Bc71a40
Octal214254273311003330732100
Binary10001100101011001011101111001100001101111000111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,172,187); }

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

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

 a { background-color: rgb(140,172,187); }

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

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

 span { border-color: rgb(140,172,187); }

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