Html Css Color HEX #BC8D90 Viola

📋 copy color: '#BC8D90'

red 188 ◦ green 141 ◦ blue 144

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

Shades of Viola #BC8D90

Tints of Viola #BC8D90

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.81%

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

R = 39.75%
G = 29.81%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC8D90 (or 0xBC8D90) is known color: Viola. HEX triplet: BC, 8D and 90. RGB value is (188,141,144). Sum of RGB (Red+Green+Blue) = 188+141+144=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D90 is #43726F. Grayscale: #9B9B9B. Windows color (decimal): -4420208 or 9473468. OLE color: 9473468.

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

Color convert

RGB 188 141 144 -
CMYK 0 0.25 0.23 0.26
HSL 356.17º 0.26% 0.65% -
HSV(B) 356.17º 0.25% 0.74% -
XYZ 35.3 31.75 30.65 -
YUV 155.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 188 141 144 0 0.25 0.23 0.26 356.17 0.26 0.65
Hex BC 8D 90 0 19 17 1A 164 1A 41
Octal 274 215 220 0 31 27 32 544 32 101
Binary 10111100 10001101 10010000 0 11001 10111 11010 101100100 11010 1000001

Color Harmonies of #BC8D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D90

Black with #BC8D90

Text Example


Text Example

White with #BC8D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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