Html Css Color HEX #9496BE Blue Bell

📋 copy color: '#9496BE'

red 148 ◦ green 150 ◦ blue 190

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

Shades of Blue Bell #9496BE

Tints of Blue Bell #9496BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 30.33%
G = 30.74%
B = 38.93%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9496BE (or 0x9496BE) is known color: Blue Bell. HEX triplet: 94, 96 and BE. RGB value is (148,150,190). Sum of RGB (Red+Green+Blue) = 148+150+190=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #9496BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496BE is #6B6941. Grayscale: #999999. Windows color (decimal): -7039298 or 12490388. OLE color: 12490388.

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

Color convert

RGB 148 150 190 -
CMYK 0.22 0.21 0 0.25
HSL 237.14º 0.24% 0.66% -
HSV(B) 237.14º 0.22% 0.75% -
XYZ 32.41 31.83 53.15 -
YUV 153.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 148 150 190 0.22 0.21 0 0.25 237.14 0.24 0.66
Hex 94 96 BE 16 15 0 19 ED 18 42
Octal 224 226 276 26 25 0 31 355 30 102
Binary 10010100 10010110 10111110 10110 10101 0 11001 11101101 11000 1000010

Color Harmonies of #9496BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9496BE

Black with #9496BE

Text Example


Text Example

White with #9496BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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