#9CA0BC

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

Shades of Logan #9CA0BC

Tints of Logan #9CA0BC

Color information

#9CA0BC (or 0x9CA0BC) is unknown color: approx Logan. HEX triplet: 9C, A0 and BC. RGB value is (156,160,188). Sum of RGB (Red+Green+Blue) = 156+160+188=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CA0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA0BC is #635F43. Grayscale: #A1A1A1. Windows color (decimal): -6512452 or 12361884. OLE color: 12361884.

HSL color Cylindrical-coordinate representation of color #9CA0BC: hue angle of 232.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CA0BC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB156160188-
CMYK0.170.1500.26
HSL232.5º19.28%67.45%-
HSV(B)232.5º17.02%73.73%-
XYZ35.3635.8452.63-
YUV162142.67123.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=30.95%
G=31.75%
B=37.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561601880.170.1500.26232.519.2867.45
Hex9CA0BC11F01Ae81343
Octal234240274211703235023103
Binary10011100101000001011110010001111101101011101000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,160,188); }

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

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

 a { background-color: rgb(156,160,188); }

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

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

 span { border-color: rgb(156,160,188); }

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