Html Css Color HEX #9996DB Blue Bell

📋 copy color: '#9996DB'

red 153 ◦ green 150 ◦ blue 219

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

Shades of Blue Bell #9996DB

Tints of Blue Bell #9996DB

RGB

 RED value IS 153 (60.16% from 255) = 29.31%

 GREEN value IS 150 (58.98% from 255) = 28.74%

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 29.31%
G = 28.74%
B = 41.95%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9996DB (or 0x9996DB) is known color: Blue Bell. HEX triplet: 99, 96 and DB. RGB value is (153,150,219). Sum of RGB (Red+Green+Blue) = 153+150+219=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #9996DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996DB is #666924. Grayscale: #9E9E9E. Windows color (decimal): -6711589 or 14390937. OLE color: 14390937.

HSL color Cylindrical-coordinate representation of color #9996DB: hue angle of 242.61º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9996DB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 150 219 -
CMYK 0.30 0.32 0 0.14
HSL 242.61º 0.49% 0.72% -
HSV(B) 242.61º 0.32% 0.86% -
XYZ 36.83 33.7 71.58 -
YUV 158.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 153 150 219 0.30 0.32 0 0.14 242.61 0.49 0.72
Hex 99 96 DB 1E 20 0 E F3 31 48
Octal 231 226 333 36 40 0 16 363 61 110
Binary 10011001 10010110 11011011 11110 100000 0 1110 11110011 110001 1001000

Color Harmonies of #9996DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9996DB

Black with #9996DB

Text Example


Text Example

White with #9996DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9996DB;
 }
 .AnyTagClassName
 {
   color: #9996DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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