Html Css Color HEX #BC96A6 Viola

📋 copy color: '#BC96A6'

red 188 ◦ green 150 ◦ blue 166

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

Shades of Viola #BC96A6

Tints of Viola #BC96A6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.76%

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

R = 37.3%
G = 29.76%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC96A6 (or 0xBC96A6) is known color: Viola. HEX triplet: BC, 96 and A6. RGB value is (188,150,166). Sum of RGB (Red+Green+Blue) = 188+150+166=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC96A6 is #436959. Grayscale: #A3A3A3. Windows color (decimal): -4417882 or 10917564. OLE color: 10917564.

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

Color convert

RGB 188 150 166 -
CMYK 0 0.20 0.12 0.26
HSL 334.74º 0.22% 0.66% -
HSV(B) 334.74º 0.2% 0.74% -
XYZ 38.53 35.26 40.85 -
YUV 163.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 188 150 166 0 0.20 0.12 0.26 334.74 0.22 0.66
Hex BC 96 A6 0 14 C 1A 14F 16 42
Octal 274 226 246 0 24 14 32 517 26 102
Binary 10111100 10010110 10100110 0 10100 1100 11010 101001111 10110 1000010

Color Harmonies of #BC96A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96A6

Black with #BC96A6

Text Example


Text Example

White with #BC96A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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