#9992C1

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

Shades of Blue Bell #9992C1

Tints of Blue Bell #9992C1

Color information

#9992C1 (or 0x9992C1) is unknown color: approx Blue Bell. HEX triplet: 99, 92 and C1. RGB value is (153,146,193). Sum of RGB (Red+Green+Blue) = 153+146+193=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #9992C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992C1 is #666D3E. Grayscale: #999999. Windows color (decimal): -6712639 or 12685977. OLE color: 12685977.

HSL color Cylindrical-coordinate representation of color #9992C1: hue angle of 248.94º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9992C1 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB153146193-
CMYK0.210.2400.24
HSL248.94º27.49%66.47%-
HSV(B)248.94º24.35%75.69%-
XYZ33.0431.1854.73-
YUV153.45150.32127.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=31.10%
G=29.67%
B=39.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531461930.210.2400.24248.9427.4966.47
Hex9992C11518018f91b42
Octal231222301253003037133102
Binary100110011001001011000001101011100001100011111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9992C1; }

 p { color: rgb(153,146,193); }

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

<style>
 a { background-color: #9992C1; }

 a { background-color: rgb(153,146,193); }

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

<style>
 span { border-color: #9992C1; }

 span { border-color: rgb(153,146,193); }

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