#9CA1C3

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

Shades of Blue Bell #9CA1C3

Tints of Blue Bell #9CA1C3

Color information

#9CA1C3 (or 0x9CA1C3) is unknown color: approx Blue Bell. HEX triplet: 9C, A1 and C3. RGB value is (156,161,195). Sum of RGB (Red+Green+Blue) = 156+161+195=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #9CA1C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA1C3 is #635E3C. Grayscale: #A3A3A3. Windows color (decimal): -6512189 or 12820892. OLE color: 12820892.

HSL color Cylindrical-coordinate representation of color #9CA1C3: hue angle of 232.31º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CA1C3 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156161195-
CMYK0.200.1700.24
HSL232.31º24.53%68.82%-
HSV(B)232.31º20%76.47%-
XYZ36.3136.556.76-
YUV163.38145.84122.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=30.47%
G=31.45%
B=38.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561611950.200.1700.24232.3124.5368.82
Hex9CA1C31411018e81945
Octal234241303242103035031105
Binary100111001010000111000011101001000101100011101000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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