#9C9ACE

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

Shades of Blue Bell #9C9ACE

Tints of Blue Bell #9C9ACE

Color information

#9C9ACE (or 0x9C9ACE) is unknown color: approx Blue Bell. HEX triplet: 9C, 9A and CE. RGB value is (156,154,206). Sum of RGB (Red+Green+Blue) = 156+154+206=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ACE is #636531. Grayscale: #A0A0A0. Windows color (decimal): -6513970 or 13539996. OLE color: 13539996.

HSL color Cylindrical-coordinate representation of color #9C9ACE: hue angle of 242.31º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C9ACE is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156154206-
CMYK0.240.2500.19
HSL242.31º34.67%70.59%-
HSV(B)242.31º25.24%80.78%-
XYZ36.4134.6463.16-
YUV160.53153.66124.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.23%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=30.23%
G=29.84%
B=39.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561542060.240.2500.19242.3134.6770.59
Hex9C9ACE1819013f22347
Octal234232316303102336243107
Binary1001110010011010110011101100011001010011111100101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,154,206); }

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

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

 a { background-color: rgb(156,154,206); }

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

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

 span { border-color: rgb(156,154,206); }

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