#9996CB

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

Shades of Blue Bell #9996CB

Tints of Blue Bell #9996CB

Color information

#9996CB (or 0x9996CB) is unknown color: approx Blue Bell. HEX triplet: 99, 96 and CB. RGB value is (153,150,203). Sum of RGB (Red+Green+Blue) = 153+150+203=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #9996CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996CB is #666934. Grayscale: #9C9C9C. Windows color (decimal): -6711605 or 13342361. OLE color: 13342361.

HSL color Cylindrical-coordinate representation of color #9996CB: hue angle of 243.4º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9996CB is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153150203-
CMYK0.250.2600.20
HSL243.4º33.76%69.22%-
HSV(B)243.4º26.11%79.61%-
XYZ34.8232.961.01-
YUV156.94153.99125.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.24%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=30.24%
G=29.64%
B=40.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531502030.250.2600.20243.433.7669.22
Hex9996CB191A014f32245
Octal231226313313202436342105
Binary1001100110010110110010111100111010010100111100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9996CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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