Html Css Color HEX #BC959E Viola

📋 copy color: '#BC959E'

red 188 ◦ green 149 ◦ blue 158

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

Shades of Viola #BC959E

Tints of Viola #BC959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.1%

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 37.98%
G = 30.1%
B = 31.92%

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

#BC959E (or 0xBC959E) is known color: Viola. HEX triplet: BC, 95 and 9E. RGB value is (188,149,158). Sum of RGB (Red+Green+Blue) = 188+149+158=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC959E is #436A61. Grayscale: #A1A1A1. Windows color (decimal): -4418146 or 10393020. OLE color: 10393020.

HSL color Cylindrical-coordinate representation of color #BC959E: hue angle of 346.15º 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 #BC959E is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 149 158 -
CMYK 0 0.21 0.16 0.26
HSL 346.15º 0.23% 0.66% -
HSV(B) 346.15º 0.21% 0.74% -
XYZ 37.66 34.65 37.05 -
YUV 161.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 188 149 158 0 0.21 0.16 0.26 346.15 0.23 0.66
Hex BC 95 9E 0 15 10 1A 15A 17 42
Octal 274 225 236 0 25 20 32 532 27 102
Binary 10111100 10010101 10011110 0 10101 10000 11010 101011010 10111 1000010

Color Harmonies of #BC959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC959E

Black with #BC959E

Text Example


Text Example

White with #BC959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC959E; }

 p { color: rgb(188,149,158); }

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

background-color css

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

 a { background-color: rgb(188,149,158); }

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

border-color css

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

 span { border-color: rgb(188,149,158); }

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