#9CA1C6

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

Shades of Blue Bell #9CA1C6

Tints of Blue Bell #9CA1C6

Color information

#9CA1C6 (or 0x9CA1C6) is unknown color: approx Blue Bell. HEX triplet: 9C, A1 and C6. RGB value is (156,161,198). Sum of RGB (Red+Green+Blue) = 156+161+198=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 198 - color contains mainly: blue. Hex color #9CA1C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA1C6 is #635E39. Grayscale: #A3A3A3. Windows color (decimal): -6512186 or 13017500. OLE color: 13017500.

HSL color Cylindrical-coordinate representation of color #9CA1C6: hue angle of 232.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CA1C6 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB156161198-
CMYK0.210.1900.22
HSL232.86º26.92%69.41%-
HSV(B)232.86º21.21%77.65%-
XYZ36.6536.6358.57-
YUV163.72147.34122.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 198 (77.73% from 255) = 38.45%
R=30.29%
G=31.26%
B=38.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561611980.210.1900.22232.8626.9269.41
Hex9CA1C61513016e91b45
Octal234241306252302635133105
Binary100111001010000111000110101011001101011011101001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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