Html Css Color HEX #BC949D Viola

📋 copy color: '#BC949D'

red 188 ◦ green 148 ◦ blue 157

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

Shades of Viola #BC949D

Tints of Viola #BC949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

 BLUE value IS 157 (61.72% from 255) = 31.85%

R = 38.13%
G = 30.02%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC949D (or 0xBC949D) is known color: Viola. HEX triplet: BC, 94 and 9D. RGB value is (188,148,157). Sum of RGB (Red+Green+Blue) = 188+148+157=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC949D is #436B62. Grayscale: #A0A0A0. Windows color (decimal): -4418403 or 10327228. OLE color: 10327228.

HSL color Cylindrical-coordinate representation of color #BC949D: hue angle of 346.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC949D is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 148 157 -
CMYK 0 0.21 0.16 0.26
HSL 346.5º 0.23% 0.66% -
HSV(B) 346.5º 0.21% 0.74% -
XYZ 37.41 34.31 36.55 -
YUV 160.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 188 148 157 0 0.21 0.16 0.26 346.5 0.23 0.66
Hex BC 94 9D 0 15 10 1A 15A 17 42
Octal 274 224 235 0 25 20 32 532 27 102
Binary 10111100 10010100 10011101 0 10101 10000 11010 101011010 10111 1000010

Color Harmonies of #BC949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC949D

Black with #BC949D

Text Example


Text Example

White with #BC949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC949D; }

 p { color: rgb(188,148,157); }

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

background-color css

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

 a { background-color: rgb(188,148,157); }

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

border-color css

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

 span { border-color: rgb(188,148,157); }

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