Html Css Color HEX #9696CB Blue Bell

📋 copy color: '#9696CB'

red 150 ◦ green 150 ◦ blue 203

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

Shades of Blue Bell #9696CB

Tints of Blue Bell #9696CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.36%

R = 29.82%
G = 29.82%
B = 40.36%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9696CB (or 0x9696CB) is known color: Blue Bell. HEX triplet: 96, 96 and CB. RGB value is (150,150,203). Sum of RGB (Red+Green+Blue) = 150+150+203=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #9696CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9696CB is #696934. Grayscale: #9B9B9B. Windows color (decimal): -6908213 or 13342358. OLE color: 13342358.

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

Color convert

RGB 150 150 203 -
CMYK 0.26 0.26 0 0.20
HSL 240º 0.34% 0.69% -
HSV(B) 240º 0.26% 0.8% -
XYZ 34.26 32.61 60.99 -
YUV 156.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 150 150 203 0.26 0.26 0 0.20 240 0.34 0.69
Hex 96 96 CB 1A 1A 0 14 F0 22 45
Octal 226 226 313 32 32 0 24 360 42 105
Binary 10010110 10010110 11001011 11010 11010 0 10100 11110000 100010 1000101

Color Harmonies of #9696CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9696CB

Black with #9696CB

Text Example


Text Example

White with #9696CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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