#9CA2CA

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

Shades of Blue Bell #9CA2CA

Tints of Blue Bell #9CA2CA

Color information

#9CA2CA (or 0x9CA2CA) is unknown color: approx Blue Bell. HEX triplet: 9C, A2 and CA. RGB value is (156,162,202). Sum of RGB (Red+Green+Blue) = 156+162+202=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CA2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2CA is #635D35. Grayscale: #A4A4A4. Windows color (decimal): -6511926 or 13279900. OLE color: 13279900.

HSL color Cylindrical-coordinate representation of color #9CA2CA: hue angle of 232.17º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA2CA is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156162202-
CMYK0.230.2000.21
HSL232.17º30.26%70.2%-
HSV(B)232.17º22.77%79.22%-
XYZ37.2937.1761.09-
YUV164.77149.01121.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=30%
G=31.15%
B=38.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561622020.230.2000.21232.1730.2670.2
Hex9CA2CA1714015e81e46
Octal234242312272402535036106
Binary100111001010001011001010101111010001010111101000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,202); }

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

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

 a { background-color: rgb(156,162,202); }

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

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

 span { border-color: rgb(156,162,202); }

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