Html Css Color HEX #9696BF Blue Bell

📋 copy color: '#9696BF'

red 150 ◦ green 150 ◦ blue 191

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

Shades of Blue Bell #9696BF

Tints of Blue Bell #9696BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.9%

R = 30.55%
G = 30.55%
B = 38.9%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9696BF (or 0x9696BF) is known color: Blue Bell. HEX triplet: 96, 96 and BF. RGB value is (150,150,191). Sum of RGB (Red+Green+Blue) = 150+150+191=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #9696BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9696BF is #696940. Grayscale: #9A9A9A. Windows color (decimal): -6908225 or 12555926. OLE color: 12555926.

HSL color Cylindrical-coordinate representation of color #9696BF: hue angle of 240º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9696BF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 150 191 -
CMYK 0.21 0.21 0 0.25
HSL 240º 0.24% 0.67% -
HSV(B) 240º 0.21% 0.75% -
XYZ 32.89 32.06 53.74 -
YUV 154.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 150 150 191 0.21 0.21 0 0.25 240 0.24 0.67
Hex 96 96 BF 15 15 0 19 F0 18 43
Octal 226 226 277 25 25 0 31 360 30 103
Binary 10010110 10010110 10111111 10101 10101 0 11001 11110000 11000 1000011

Color Harmonies of #9696BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9696BF

Black with #9696BF

Text Example


Text Example

White with #9696BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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