Html Css Color HEX #9496BF Blue Bell

📋 copy color: '#9496BF'

red 148 ◦ green 150 ◦ blue 191

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

Shades of Blue Bell #9496BF

Tints of Blue Bell #9496BF

RGB

 RED value IS 148 (58.2% from 255) = 30.27%

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

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

R = 30.27%
G = 30.67%
B = 39.06%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9496BF (or 0x9496BF) is known color: Blue Bell. HEX triplet: 94, 96 and BF. RGB value is (148,150,191). Sum of RGB (Red+Green+Blue) = 148+150+191=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #9496BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496BF is #6B6940. Grayscale: #999999. Windows color (decimal): -7039297 or 12555924. OLE color: 12555924.

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

Color convert

RGB 148 150 191 -
CMYK 0.23 0.21 0 0.25
HSL 237.21º 0.25% 0.66% -
HSV(B) 237.21º 0.23% 0.75% -
XYZ 32.52 31.87 53.73 -
YUV 154.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 148 150 191 0.23 0.21 0 0.25 237.21 0.25 0.66
Hex 94 96 BF 17 15 0 19 ED 19 42
Octal 224 226 277 27 25 0 31 355 31 102
Binary 10010100 10010110 10111111 10111 10101 0 11001 11101101 11001 1000010

Color Harmonies of #9496BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9496BF

Black with #9496BF

Text Example


Text Example

White with #9496BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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