Html Css Color HEX #BC94A6 Viola

📋 copy color: '#BC94A6'

red 188 ◦ green 148 ◦ blue 166

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

Shades of Viola #BC94A6

Tints of Viola #BC94A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.07%

R = 37.45%
G = 29.48%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC94A6 (or 0xBC94A6) is known color: Viola. HEX triplet: BC, 94 and A6. RGB value is (188,148,166). Sum of RGB (Red+Green+Blue) = 188+148+166=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94A6 is #436B59. Grayscale: #A1A1A1. Windows color (decimal): -4418394 or 10917052. OLE color: 10917052.

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

Color convert

RGB 188 148 166 -
CMYK 0 0.21 0.12 0.26
HSL 333º 0.23% 0.66% -
HSV(B) 333º 0.21% 0.74% -
XYZ 38.21 34.62 40.75 -
YUV 162.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 188 148 166 0 0.21 0.12 0.26 333 0.23 0.66
Hex BC 94 A6 0 15 C 1A 14D 17 42
Octal 274 224 246 0 25 14 32 515 27 102
Binary 10111100 10010100 10100110 0 10101 1100 11010 101001101 10111 1000010

Color Harmonies of #BC94A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94A6

Black with #BC94A6

Text Example


Text Example

White with #BC94A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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