Html Css Color HEX #9296BF Blue Bell

📋 copy color: '#9296BF'

red 146 ◦ green 150 ◦ blue 191

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

Shades of Blue Bell #9296BF

Tints of Blue Bell #9296BF

RGB

 RED value IS 146 (57.42% from 255) = 29.98%

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

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

R = 29.98%
G = 30.8%
B = 39.22%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9296BF (or 0x9296BF) is known color: Blue Bell. HEX triplet: 92, 96 and BF. RGB value is (146,150,191). Sum of RGB (Red+Green+Blue) = 146+150+191=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #9296BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296BF is #6D6940. Grayscale: #999999. Windows color (decimal): -7170369 or 12555922. OLE color: 12555922.

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

Color convert

RGB 146 150 191 -
CMYK 0.24 0.21 0 0.25
HSL 234.67º 0.26% 0.66% -
HSV(B) 234.67º 0.24% 0.75% -
XYZ 32.16 31.69 53.71 -
YUV 153.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 146 150 191 0.24 0.21 0 0.25 234.67 0.26 0.66
Hex 92 96 BF 18 15 0 19 EB 1A 42
Octal 222 226 277 30 25 0 31 353 32 102
Binary 10010010 10010110 10111111 11000 10101 0 11001 11101011 11010 1000010

Color Harmonies of #9296BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9296BF

Black with #9296BF

Text Example


Text Example

White with #9296BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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