Html Css Color HEX #BC939C Viola

📋 copy color: '#BC939C'

red 188 ◦ green 147 ◦ blue 156

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

Shades of Viola #BC939C

Tints of Viola #BC939C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.94%

 BLUE value IS 156 (61.33% from 255) = 31.77%

R = 38.29%
G = 29.94%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC939C (or 0xBC939C) is known color: Viola. HEX triplet: BC, 93 and 9C. RGB value is (188,147,156). Sum of RGB (Red+Green+Blue) = 188+147+156=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC939C is #436C63. Grayscale: #A0A0A0. Windows color (decimal): -4418660 or 10261436. OLE color: 10261436.

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

Color convert

RGB 188 147 156 -
CMYK 0 0.22 0.17 0.26
HSL 346.83º 0.23% 0.66% -
HSV(B) 346.83º 0.22% 0.74% -
XYZ 37.17 33.96 36.05 -
YUV 160.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 188 147 156 0 0.22 0.17 0.26 346.83 0.23 0.66
Hex BC 93 9C 0 16 11 1A 15B 17 42
Octal 274 223 234 0 26 21 32 533 27 102
Binary 10111100 10010011 10011100 0 10110 10001 11010 101011011 10111 1000010

Color Harmonies of #BC939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC939C

Black with #BC939C

Text Example


Text Example

White with #BC939C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC939C; }

 p { color: rgb(188,147,156); }

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

background-color css

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

 a { background-color: rgb(188,147,156); }

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

border-color css

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

 span { border-color: rgb(188,147,156); }

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