Html Css Color HEX #BC898D Viola

📋 copy color: '#BC898D'

red 188 ◦ green 137 ◦ blue 141

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

Shades of Viola #BC898D

Tints of Viola #BC898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.4%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 40.34%
G = 29.4%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC898D (or 0xBC898D) is known color: Viola. HEX triplet: BC, 89 and 8D. RGB value is (188,137,141). Sum of RGB (Red+Green+Blue) = 188+137+141=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC898D is #437672. Grayscale: #989898. Windows color (decimal): -4421235 or 9275836. OLE color: 9275836.

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

Color convert

RGB 188 137 141 -
CMYK 0 0.27 0.25 0.26
HSL 355.29º 0.28% 0.64% -
HSV(B) 355.29º 0.27% 0.74% -
XYZ 34.49 30.51 29.27 -
YUV 152.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 188 137 141 0 0.27 0.25 0.26 355.29 0.28 0.64
Hex BC 89 8D 0 1B 19 1A 163 1C 40
Octal 274 211 215 0 33 31 32 543 34 100
Binary 10111100 10001001 10001101 0 11011 11001 11010 101100011 11100 1000000

Color Harmonies of #BC898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC898D

Black with #BC898D

Text Example


Text Example

White with #BC898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC898D; }

 p { color: rgb(188,137,141); }

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

background-color css

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

 a { background-color: rgb(188,137,141); }

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

border-color css

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

 span { border-color: rgb(188,137,141); }

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