Html Css Color HEX #BC8899 Viola

📋 copy color: '#BC8899'

red 188 ◦ green 136 ◦ blue 153

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

Shades of Viola #BC8899

Tints of Viola #BC8899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 39.41%
G = 28.51%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC8899 (or 0xBC8899) is known color: Viola. HEX triplet: BC, 88 and 99. RGB value is (188,136,153). Sum of RGB (Red+Green+Blue) = 188+136+153=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8899 is #437766. Grayscale: #999999. Windows color (decimal): -4421479 or 10062012. OLE color: 10062012.

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

Color convert

RGB 188 136 153 -
CMYK 0 0.28 0.19 0.26
HSL 340.38º 0.28% 0.64% -
HSV(B) 340.38º 0.28% 0.74% -
XYZ 35.29 30.6 34.18 -
YUV 153.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 188 136 153 0 0.28 0.19 0.26 340.38 0.28 0.64
Hex BC 88 99 0 1C 13 1A 154 1C 40
Octal 274 210 231 0 34 23 32 524 34 100
Binary 10111100 10001000 10011001 0 11100 10011 11010 101010100 11100 1000000

Color Harmonies of #BC8899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8899

Black with #BC8899

Text Example


Text Example

White with #BC8899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8899; }

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

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

background-color css

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

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

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

border-color css

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

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

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