Html Css Color HEX #BC8E98 Viola

📋 copy color: '#BC8E98'

red 188 ◦ green 142 ◦ blue 152

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

Shades of Viola #BC8E98

Tints of Viola #BC8E98

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.46%

 BLUE value IS 152 (59.77% from 255) = 31.54%

R = 39%
G = 29.46%
B = 31.54%

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

#BC8E98 (or 0xBC8E98) is known color: Viola. HEX triplet: BC, 8E and 98. RGB value is (188,142,152). Sum of RGB (Red+Green+Blue) = 188+142+152=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8E98 is #437167. Grayscale: #9C9C9C. Windows color (decimal): -4419944 or 9998012. OLE color: 9998012.

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

Color convert

RGB 188 142 152 -
CMYK 0 0.24 0.19 0.26
HSL 346.96º 0.26% 0.65% -
HSV(B) 346.96º 0.24% 0.74% -
XYZ 36.08 32.3 34.04 -
YUV 156.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 188 142 152 0 0.24 0.19 0.26 346.96 0.26 0.65
Hex BC 8E 98 0 18 13 1A 15B 1A 41
Octal 274 216 230 0 30 23 32 533 32 101
Binary 10111100 10001110 10011000 0 11000 10011 11010 101011011 11010 1000001

Color Harmonies of #BC8E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E98

Black with #BC8E98

Text Example


Text Example

White with #BC8E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E98; }

 p { color: rgb(188,142,152); }

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

background-color css

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

 a { background-color: rgb(188,142,152); }

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

border-color css

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

 span { border-color: rgb(188,142,152); }

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