Html Css Color HEX #BC9DA6 Viola

📋 copy color: '#BC9DA6'

red 188 ◦ green 157 ◦ blue 166

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

Shades of Viola #BC9DA6

Tints of Viola #BC9DA6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

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

R = 36.79%
G = 30.72%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC9DA6 (or 0xBC9DA6) is known color: Viola. HEX triplet: BC, 9D and A6. RGB value is (188,157,166). Sum of RGB (Red+Green+Blue) = 188+157+166=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DA6 is #436259. Grayscale: #A7A7A7. Windows color (decimal): -4416090 or 10919356. OLE color: 10919356.

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

Color convert

RGB 188 157 166 -
CMYK 0 0.16 0.12 0.26
HSL 342.58º 0.19% 0.68% -
HSV(B) 342.58º 0.16% 0.74% -
XYZ 39.68 37.56 41.23 -
YUV 167.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 188 157 166 0 0.16 0.12 0.26 342.58 0.19 0.68
Hex BC 9D A6 0 10 C 1A 157 13 44
Octal 274 235 246 0 20 14 32 527 23 104
Binary 10111100 10011101 10100110 0 10000 1100 11010 101010111 10011 1000100

Color Harmonies of #BC9DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DA6

Black with #BC9DA6

Text Example


Text Example

White with #BC9DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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