Html Css Color HEX #BC8D97 Viola

📋 copy color: '#BC8D97'

red 188 ◦ green 141 ◦ blue 151

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

Shades of Viola #BC8D97

Tints of Viola #BC8D97

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.38%

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

R = 39.17%
G = 29.38%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC8D97 (or 0xBC8D97) is known color: Viola. HEX triplet: BC, 8D and 97. RGB value is (188,141,151). Sum of RGB (Red+Green+Blue) = 188+141+151=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D97 is #437268. Grayscale: #9C9C9C. Windows color (decimal): -4420201 or 9932220. OLE color: 9932220.

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

Color convert

RGB 188 141 151 -
CMYK 0 0.25 0.20 0.26
HSL 347.23º 0.26% 0.65% -
HSV(B) 347.23º 0.25% 0.74% -
XYZ 35.85 31.98 33.56 -
YUV 156.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 188 141 151 0 0.25 0.20 0.26 347.23 0.26 0.65
Hex BC 8D 97 0 19 14 1A 15B 1A 41
Octal 274 215 227 0 31 24 32 533 32 101
Binary 10111100 10001101 10010111 0 11001 10100 11010 101011011 11010 1000001

Color Harmonies of #BC8D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D97

Black with #BC8D97

Text Example


Text Example

White with #BC8D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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