#9CAEBA

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

Shades of Nepal #9CAEBA

Tints of Nepal #9CAEBA

Color information

#9CAEBA (or 0x9CAEBA) is unknown color: approx Nepal. HEX triplet: 9C, AE and BA. RGB value is (156,174,186). Sum of RGB (Red+Green+Blue) = 156+174+186=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAEBA is #635145. Grayscale: #A9A9A9. Windows color (decimal): -6508870 or 12234396. OLE color: 12234396.

HSL color Cylindrical-coordinate representation of color #9CAEBA: hue angle of 204º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CAEBA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156174186-
CMYK0.160.0600.27
HSL204º17.86%67.06%-
HSV(B)204º16.13%72.94%-
XYZ37.7140.8952.36-
YUV169.99137.04118.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.23%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=30.23%
G=33.72%
B=36.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561741860.160.0600.2720417.8667.06
Hex9CAEBA10601Bcc1243
Octal23425627220603331422103
Binary1001110010101110101110101000011001101111001100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CAEBA; }

 p { color: rgb(156,174,186); }

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

<style>
 a { background-color: #9CAEBA; }

 a { background-color: rgb(156,174,186); }

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

<style>
 span { border-color: #9CAEBA; }

 span { border-color: rgb(156,174,186); }

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