Html Css Color HEX #BC8F99 Viola

📋 copy color: '#BC8F99'

red 188 ◦ green 143 ◦ blue 153

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

Shades of Viola #BC8F99

Tints of Viola #BC8F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.55%

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

R = 38.84%
G = 29.55%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC8F99 (or 0xBC8F99) is known color: Viola. HEX triplet: BC, 8F and 99. RGB value is (188,143,153). Sum of RGB (Red+Green+Blue) = 188+143+153=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F99 is #437066. Grayscale: #9D9D9D. Windows color (decimal): -4419687 or 10063804. OLE color: 10063804.

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

Color convert

RGB 188 143 153 -
CMYK 0 0.24 0.19 0.26
HSL 346.67º 0.25% 0.65% -
HSV(B) 346.67º 0.24% 0.74% -
XYZ 36.31 32.64 34.52 -
YUV 157.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 188 143 153 0 0.24 0.19 0.26 346.67 0.25 0.65
Hex BC 8F 99 0 18 13 1A 15B 19 41
Octal 274 217 231 0 30 23 32 533 31 101
Binary 10111100 10001111 10011001 0 11000 10011 11010 101011011 11001 1000001

Color Harmonies of #BC8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F99

Black with #BC8F99

Text Example


Text Example

White with #BC8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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