Html Css Color HEX #BC949A Viola

📋 copy color: '#BC949A'

red 188 ◦ green 148 ◦ blue 154

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

Shades of Viola #BC949A

Tints of Viola #BC949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.2%

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 38.37%
G = 30.2%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC949A (or 0xBC949A) is known color: Viola. HEX triplet: BC, 94 and 9A. RGB value is (188,148,154). Sum of RGB (Red+Green+Blue) = 188+148+154=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC949A is #436B65. Grayscale: #A0A0A0. Windows color (decimal): -4418406 or 10130620. OLE color: 10130620.

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

Color convert

RGB 188 148 154 -
CMYK 0 0.21 0.18 0.26
HSL 351º 0.23% 0.66% -
HSV(B) 351º 0.21% 0.74% -
XYZ 37.16 34.2 35.22 -
YUV 160.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 188 148 154 0 0.21 0.18 0.26 351 0.23 0.66
Hex BC 94 9A 0 15 12 1A 15F 17 42
Octal 274 224 232 0 25 22 32 537 27 102
Binary 10111100 10010100 10011010 0 10101 10010 11010 101011111 10111 1000010

Color Harmonies of #BC949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC949A

Black with #BC949A

Text Example


Text Example

White with #BC949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC949A; }

 p { color: rgb(188,148,154); }

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

background-color css

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

 a { background-color: rgb(188,148,154); }

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

border-color css

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

 span { border-color: rgb(188,148,154); }

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