Html Css Color HEX #BC8890 Viola

📋 copy color: '#BC8890'

red 188 ◦ green 136 ◦ blue 144

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

Shades of Viola #BC8890

Tints of Viola #BC8890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.06%

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 40.17%
G = 29.06%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC8890 (or 0xBC8890) is known color: Viola. HEX triplet: BC, 88 and 90. RGB value is (188,136,144). Sum of RGB (Red+Green+Blue) = 188+136+144=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8890 is #43776F. Grayscale: #989898. Windows color (decimal): -4421488 or 9472188. OLE color: 9472188.

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

Color convert

RGB 188 136 144 -
CMYK 0 0.28 0.23 0.26
HSL 350.77º 0.28% 0.64% -
HSV(B) 350.77º 0.28% 0.74% -
XYZ 34.58 30.31 30.41 -
YUV 152.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 188 136 144 0 0.28 0.23 0.26 350.77 0.28 0.64
Hex BC 88 90 0 1C 17 1A 15F 1C 40
Octal 274 210 220 0 34 27 32 537 34 100
Binary 10111100 10001000 10010000 0 11100 10111 11010 101011111 11100 1000000

Color Harmonies of #BC8890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8890

Black with #BC8890

Text Example


Text Example

White with #BC8890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8890; }

 p { color: rgb(188,136,144); }

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

background-color css

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

 a { background-color: rgb(188,136,144); }

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

border-color css

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

 span { border-color: rgb(188,136,144); }

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