#9996CA

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

Shades of Blue Bell #9996CA

Tints of Blue Bell #9996CA

Color information

#9996CA (or 0x9996CA) is unknown color: approx Blue Bell. HEX triplet: 99, 96 and CA. RGB value is (153,150,202). Sum of RGB (Red+Green+Blue) = 153+150+202=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #9996CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996CA is #666935. Grayscale: #9C9C9C. Windows color (decimal): -6711606 or 13276825. OLE color: 13276825.

HSL color Cylindrical-coordinate representation of color #9996CA: hue angle of 243.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9996CA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153150202-
CMYK0.240.2600.21
HSL243.46º32.91%69.02%-
HSV(B)243.46º25.74%79.22%-
XYZ34.732.8560.39-
YUV156.82153.49125.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.30%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 202 (79.30% from 255) = 40%
R=30.30%
G=29.70%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531502020.240.2600.21243.4632.9169.02
Hex9996CA181A015f32145
Octal231226312303202536341105
Binary1001100110010110110010101100011010010101111100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9996CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9996CA; }

 p { color: rgb(153,150,202); }

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

<style>
 a { background-color: #9996CA; }

 a { background-color: rgb(153,150,202); }

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

<style>
 span { border-color: #9996CA; }

 span { border-color: rgb(153,150,202); }

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