Html Css Color HEX #9296BE Blue Bell

📋 copy color: '#9296BE'

red 146 ◦ green 150 ◦ blue 190

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

Shades of Blue Bell #9296BE

Tints of Blue Bell #9296BE

RGB

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

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

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

R = 30.04%
G = 30.86%
B = 39.09%

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

#9296BE (or 0x9296BE) is known color: Blue Bell. HEX triplet: 92, 96 and BE. RGB value is (146,150,190). Sum of RGB (Red+Green+Blue) = 146+150+190=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #9296BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296BE is #6D6941. Grayscale: #999999. Windows color (decimal): -7170370 or 12490386. OLE color: 12490386.

HSL color Cylindrical-coordinate representation of color #9296BE: hue angle of 234.55º 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 #9296BE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 150 190 -
CMYK 0.23 0.21 0 0.25
HSL 234.55º 0.25% 0.66% -
HSV(B) 234.55º 0.23% 0.75% -
XYZ 32.05 31.64 53.13 -
YUV 153.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 146 150 190 0.23 0.21 0 0.25 234.55 0.25 0.66
Hex 92 96 BE 17 15 0 19 EB 19 42
Octal 222 226 276 27 25 0 31 353 31 102
Binary 10010010 10010110 10111110 10111 10101 0 11001 11101011 11001 1000010

Color Harmonies of #9296BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9296BE

Black with #9296BE

Text Example


Text Example

White with #9296BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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