Html Css Color HEX #BC889B Viola

📋 copy color: '#BC889B'

red 188 ◦ green 136 ◦ blue 155

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

Shades of Viola #BC889B

Tints of Viola #BC889B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.36%

R = 39.25%
G = 28.39%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC889B (or 0xBC889B) is known color: Viola. HEX triplet: BC, 88 and 9B. RGB value is (188,136,155). Sum of RGB (Red+Green+Blue) = 188+136+155=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC889B is #437764. Grayscale: #999999. Windows color (decimal): -4421477 or 10193084. OLE color: 10193084.

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

Color convert

RGB 188 136 155 -
CMYK 0 0.28 0.18 0.26
HSL 338.08º 0.28% 0.64% -
HSV(B) 338.08º 0.28% 0.74% -
XYZ 35.46 30.67 35.06 -
YUV 153.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 188 136 155 0 0.28 0.18 0.26 338.08 0.28 0.64
Hex BC 88 9B 0 1C 12 1A 152 1C 40
Octal 274 210 233 0 34 22 32 522 34 100
Binary 10111100 10001000 10011011 0 11100 10010 11010 101010010 11100 1000000

Color Harmonies of #BC889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC889B

Black with #BC889B

Text Example


Text Example

White with #BC889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC889B; }

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

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

background-color css

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

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

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

border-color css

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

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

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