#9B9CCE

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

Shades of Blue Bell #9B9CCE

Tints of Blue Bell #9B9CCE

Color information

#9B9CCE (or 0x9B9CCE) is unknown color: approx Blue Bell. HEX triplet: 9B, 9C and CE. RGB value is (155,156,206). Sum of RGB (Red+Green+Blue) = 155+156+206=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CCE is #646331. Grayscale: #A1A1A1. Windows color (decimal): -6578994 or 13540507. OLE color: 13540507.

HSL color Cylindrical-coordinate representation of color #9B9CCE: hue angle of 238.82º degrees, saturation: 0.34, 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 #9B9CCE is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155156206-
CMYK0.250.2400.19
HSL238.82º34.23%70.78%-
HSV(B)238.82º24.76%80.78%-
XYZ36.5535.263.26-
YUV161.4153.17123.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.98%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=29.98%
G=30.17%
B=39.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551562060.250.2400.19238.8234.2370.78
Hex9B9CCE1918013ef2247
Octal233234316313002335742107
Binary1001101110011100110011101100111000010011111011111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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