#9991CB

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

Shades of Blue Bell #9991CB

Tints of Blue Bell #9991CB

Color information

#9991CB (or 0x9991CB) is unknown color: approx Blue Bell. HEX triplet: 99, 91 and CB. RGB value is (153,145,203). Sum of RGB (Red+Green+Blue) = 153+145+203=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #9991CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991CB is #666E34. Grayscale: #999999. Windows color (decimal): -6712885 or 13341081. OLE color: 13341081.

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

Color convert

RGB153145203-
CMYK0.250.2900.20
HSL248.28º35.8%68.24%-
HSV(B)248.28º28.57%79.61%-
XYZ34.0431.3360.75-
YUV154155.65127.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.54%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=30.54%
G=28.94%
B=40.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531452030.250.2900.20248.2835.868.24
Hex9991CB191D014f82444
Octal231221313313502437044104
Binary1001100110010001110010111100111101010100111110001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9991CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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