Html Css Color HEX #9096BE Blue Bell

📋 copy color: '#9096BE'

red 144 ◦ green 150 ◦ blue 190

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

Shades of Blue Bell #9096BE

Tints of Blue Bell #9096BE

RGB

 RED value IS 144 (56.64% from 255) = 29.75%

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

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

R = 29.75%
G = 30.99%
B = 39.26%

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

#9096BE (or 0x9096BE) is known color: Blue Bell. HEX triplet: 90, 96 and BE. RGB value is (144,150,190). Sum of RGB (Red+Green+Blue) = 144+150+190=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #9096BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096BE is #6F6941. Grayscale: #989898. Windows color (decimal): -7301442 or 12490384. OLE color: 12490384.

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

Color convert

RGB 144 150 190 -
CMYK 0.24 0.21 0 0.25
HSL 232.17º 0.26% 0.65% -
HSV(B) 232.17º 0.24% 0.75% -
XYZ 31.7 31.46 53.12 -
YUV 152.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 144 150 190 0.24 0.21 0 0.25 232.17 0.26 0.65
Hex 90 96 BE 18 15 0 19 E8 1A 41
Octal 220 226 276 30 25 0 31 350 32 101
Binary 10010000 10010110 10111110 11000 10101 0 11001 11101000 11010 1000001

Color Harmonies of #9096BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9096BE

Black with #9096BE

Text Example


Text Example

White with #9096BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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