Html Css Color HEX #9991CB Blue Bell

📋 copy color: '#9991CB'

red 153 ◦ green 145 ◦ blue 203

#9991CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9991CB

Tints of Blue Bell #9991CB

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 value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9991CB (or 0x9991CB) is known color: 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

RGB 153 145 203 -
CMYK 0.25 0.29 0 0.20
HSL 248.28º 0.36% 0.68% -
HSV(B) 248.28º 0.29% 0.8% -
XYZ 34.04 31.33 60.75 -
YUV 154 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 153 145 203 0.25 0.29 0 0.20 248.28 0.36 0.68
Hex 99 91 CB 19 1D 0 14 F8 24 44
Octal 231 221 313 31 35 0 24 370 44 104
Binary 10011001 10010001 11001011 11001 11101 0 10100 11111000 100100 1000100

Color Harmonies of #9991CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9991CB

Black with #9991CB

Text Example


Text Example

White with #9991CB

Text Example


Text Example

HTML Codes & Css Web 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>