#9993CB

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

Shades of Blue Bell #9993CB

Tints of Blue Bell #9993CB

Color information

#9993CB (or 0x9993CB) is unknown color: approx Blue Bell. HEX triplet: 99, 93 and CB. RGB value is (153,147,203). Sum of RGB (Red+Green+Blue) = 153+147+203=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #9993CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993CB is #666C34. Grayscale: #9A9A9A. Windows color (decimal): -6712373 or 13341593. OLE color: 13341593.

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

Color convert

RGB153147203-
CMYK0.250.2800.20
HSL246.43º35%68.63%-
HSV(B)246.43º27.59%79.61%-
XYZ34.3531.9560.86-
YUV155.18154.99126.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=30.42%
G=29.22%
B=40.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531472030.250.2800.20246.433568.63
Hex9993CB191C014f62345
Octal231223313313402436643105
Binary1001100110010011110010111100111100010100111101101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9993CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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