Html Css Color HEX #9197BC Blue Bell

📋 copy color: '#9197BC'

red 145 ◦ green 151 ◦ blue 188

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

Shades of Blue Bell #9197BC

Tints of Blue Bell #9197BC

RGB

 RED value IS 145 (57.03% from 255) = 29.96%

 GREEN value IS 151 (59.38% from 255) = 31.2%

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 29.96%
G = 31.2%
B = 38.84%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9197BC (or 0x9197BC) is known color: Blue Bell. HEX triplet: 91, 97 and BC. RGB value is (145,151,188). Sum of RGB (Red+Green+Blue) = 145+151+188=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #9197BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197BC is #6E6843. Grayscale: #999999. Windows color (decimal): -7235652 or 12359569. OLE color: 12359569.

HSL color Cylindrical-coordinate representation of color #9197BC: hue angle of 231.63º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9197BC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 151 188 -
CMYK 0.23 0.20 0 0.26
HSL 231.63º 0.24% 0.65% -
HSV(B) 231.63º 0.23% 0.74% -
XYZ 31.82 31.78 52.03 -
YUV 153.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 145 151 188 0.23 0.20 0 0.26 231.63 0.24 0.65
Hex 91 97 BC 17 14 0 1A E8 18 41
Octal 221 227 274 27 24 0 32 350 30 101
Binary 10010001 10010111 10111100 10111 10100 0 11010 11101000 11000 1000001

Color Harmonies of #9197BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9197BC

Black with #9197BC

Text Example


Text Example

White with #9197BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9197BC; }

 p { color: rgb(145,151,188); }

 H1.HeaderClassName
 {
   color: #9197BC;
 }
 .AnyTagClassName
 {
   color: #9197BC;
 }
</style>

background-color css

<style>
 a { background-color: #9197BC; }

 a { background-color: rgb(145,151,188); }

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

border-color css

<style>
 span { border-color: #9197BC; }

 span { border-color: rgb(145,151,188); }

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