Html Css Color HEX #BC9197 Viola

📋 copy color: '#BC9197'

red 188 ◦ green 145 ◦ blue 151

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

Shades of Viola #BC9197

Tints of Viola #BC9197

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC9197 (or 0xBC9197) is known color: Viola. HEX triplet: BC, 91 and 97. RGB value is (188,145,151). Sum of RGB (Red+Green+Blue) = 188+145+151=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9197 is #436E68. Grayscale: #9E9E9E. Windows color (decimal): -4419177 or 9933244. OLE color: 9933244.

HSL color Cylindrical-coordinate representation of color #BC9197: hue angle of 351.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 #BC9197 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 145 151 -
CMYK 0 0.23 0.20 0.26
HSL 351.63º 0.24% 0.65% -
HSV(B) 351.63º 0.23% 0.74% -
XYZ 36.45 33.18 33.76 -
YUV 158.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 188 145 151 0 0.23 0.20 0.26 351.63 0.24 0.65
Hex BC 91 97 0 17 14 1A 160 18 41
Octal 274 221 227 0 27 24 32 540 30 101
Binary 10111100 10010001 10010111 0 10111 10100 11010 101100000 11000 1000001

Color Harmonies of #BC9197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9197

Black with #BC9197

Text Example


Text Example

White with #BC9197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9197; }

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

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

background-color css

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

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

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

border-color css

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

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

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