Html Css Color HEX #BC98A0 Viola

📋 copy color: '#BC98A0'

red 188 ◦ green 152 ◦ blue 160

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

Shades of Viola #BC98A0

Tints of Viola #BC98A0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.4%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 37.6%
G = 30.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC98A0 (or 0xBC98A0) is known color: Viola. HEX triplet: BC, 98 and A0. RGB value is (188,152,160). Sum of RGB (Red+Green+Blue) = 188+152+160=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC98A0 is #43675F. Grayscale: #A3A3A3. Windows color (decimal): -4417376 or 10524860. OLE color: 10524860.

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

Color convert

RGB 188 152 160 -
CMYK 0 0.19 0.15 0.26
HSL 346.67º 0.21% 0.67% -
HSV(B) 346.67º 0.19% 0.74% -
XYZ 38.31 35.69 38.13 -
YUV 163.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 188 152 160 0 0.19 0.15 0.26 346.67 0.21 0.67
Hex BC 98 A0 0 13 F 1A 15B 15 43
Octal 274 230 240 0 23 17 32 533 25 103
Binary 10111100 10011000 10100000 0 10011 1111 11010 101011011 10101 1000011

Color Harmonies of #BC98A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98A0

Black with #BC98A0

Text Example


Text Example

White with #BC98A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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