#9CAEBE

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

Shades of Nepal #9CAEBE

Tints of Nepal #9CAEBE

Color information

#9CAEBE (or 0x9CAEBE) is unknown color: approx Nepal. HEX triplet: 9C, AE and BE. RGB value is (156,174,190). Sum of RGB (Red+Green+Blue) = 156+174+190=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAEBE is #635141. Grayscale: #AAAAAA. Windows color (decimal): -6508866 or 12496540. OLE color: 12496540.

HSL color Cylindrical-coordinate representation of color #9CAEBE: hue angle of 208.24º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CAEBE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156174190-
CMYK0.180.0800.25
HSL208.24º20.73%67.84%-
HSV(B)208.24º17.89%74.51%-
XYZ38.1441.0654.63-
YUV170.44139.04117.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=30%
G=33.46%
B=36.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561741900.180.0800.25208.2420.7367.84
Hex9CAEBE128019d01544
Octal234256276221003132025104
Binary10011100101011101011111010010100001100111010000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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