Html Css Color HEX #9696CC Blue Bell

📋 copy color: '#9696CC'

red 150 ◦ green 150 ◦ blue 204

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

Shades of Blue Bell #9696CC

Tints of Blue Bell #9696CC

RGB

 RED value IS 150 (58.98% from 255) = 29.76%

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

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

R = 29.76%
G = 29.76%
B = 40.48%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9696CC (or 0x9696CC) is known color: Blue Bell. HEX triplet: 96, 96 and CC. RGB value is (150,150,204). Sum of RGB (Red+Green+Blue) = 150+150+204=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #9696CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9696CC is #696933. Grayscale: #9B9B9B. Windows color (decimal): -6908212 or 13407894. OLE color: 13407894.

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

Color convert

RGB 150 150 204 -
CMYK 0.26 0.26 0 0.2
HSL 240º 0.35% 0.69% -
HSV(B) 240º 0.26% 0.8% -
XYZ 34.38 32.66 61.62 -
YUV 156.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 150 150 204 0.26 0.26 0 0.2 240 0.35 0.69
Hex 96 96 CC 1A 1A 0 14 F0 23 45
Octal 226 226 314 32 32 0 24 360 43 105
Binary 10010110 10010110 11001100 11010 11010 0 10100 11110000 100011 1000101

Color Harmonies of #9696CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9696CC

Black with #9696CC

Text Example


Text Example

White with #9696CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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