#9CA1C1

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

Shades of Blue Bell #9CA1C1

Tints of Blue Bell #9CA1C1

Color information

#9CA1C1 (or 0x9CA1C1) is unknown color: approx Blue Bell. HEX triplet: 9C, A1 and C1. RGB value is (156,161,193). Sum of RGB (Red+Green+Blue) = 156+161+193=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #9CA1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA1C1 is #635E3E. Grayscale: #A3A3A3. Windows color (decimal): -6512191 or 12689820. OLE color: 12689820.

HSL color Cylindrical-coordinate representation of color #9CA1C1: hue angle of 231.89º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CA1C1 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156161193-
CMYK0.190.1700.24
HSL231.89º22.98%68.43%-
HSV(B)231.89º19.17%75.69%-
XYZ36.0836.4155.58-
YUV163.15144.84122.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.59%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=30.59%
G=31.57%
B=37.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561611930.190.1700.24231.8922.9868.43
Hex9CA1C11311018e81744
Octal234241301232103035027104
Binary100111001010000111000001100111000101100011101000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,161,193); }

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

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

 a { background-color: rgb(156,161,193); }

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

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

 span { border-color: rgb(156,161,193); }

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