Html Css Color HEX #9996CC Blue Bell

📋 copy color: '#9996CC'

red 153 ◦ green 150 ◦ blue 204

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

Shades of Blue Bell #9996CC

Tints of Blue Bell #9996CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 30.18%
G = 29.59%
B = 40.24%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9996CC (or 0x9996CC) is known color: Blue Bell. HEX triplet: 99, 96 and CC. RGB value is (153,150,204). Sum of RGB (Red+Green+Blue) = 153+150+204=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #9996CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996CC is #666933. Grayscale: #9C9C9C. Windows color (decimal): -6711604 or 13407897. OLE color: 13407897.

HSL color Cylindrical-coordinate representation of color #9996CC: hue angle of 243.33º degrees, saturation: 0.35, 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 #9996CC is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 150 204 -
CMYK 0.25 0.26 0 0.2
HSL 243.33º 0.35% 0.69% -
HSV(B) 243.33º 0.26% 0.8% -
XYZ 34.94 32.94 61.64 -
YUV 157.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 153 150 204 0.25 0.26 0 0.2 243.33 0.35 0.69
Hex 99 96 CC 19 1A 0 14 F3 23 45
Octal 231 226 314 31 32 0 24 363 43 105
Binary 10011001 10010110 11001100 11001 11010 0 10100 11110011 100011 1000101

Color Harmonies of #9996CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9996CC

Black with #9996CC

Text Example


Text Example

White with #9996CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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