Html Css Color HEX #BF959C Viola

📋 copy color: '#BF959C'

red 191 ◦ green 149 ◦ blue 156

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

Shades of Viola #BF959C

Tints of Viola #BF959C

RGB

 RED value IS 191 (75% from 255) = 38.51%

 GREEN value IS 149 (58.59% from 255) = 30.04%

 BLUE value IS 156 (61.33% from 255) = 31.45%

R = 38.51%
G = 30.04%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF959C (or 0xBF959C) is known color: Viola. HEX triplet: BF, 95 and 9C. RGB value is (191,149,156). Sum of RGB (Red+Green+Blue) = 191+149+156=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF959C is #406A63. Grayscale: #A2A2A2. Windows color (decimal): -4221540 or 10261951. OLE color: 10261951.

HSL color Cylindrical-coordinate representation of color #BF959C: hue angle of 350º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF959C is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 149 156 -
CMYK 0 0.22 0.18 0.25
HSL 350º 0.25% 0.67% -
HSV(B) 350º 0.22% 0.75% -
XYZ 38.23 34.97 36.19 -
YUV 162.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 191 149 156 0 0.22 0.18 0.25 350 0.25 0.67
Hex BF 95 9C 0 16 12 19 15E 19 43
Octal 277 225 234 0 26 22 31 536 31 103
Binary 10111111 10010101 10011100 0 10110 10010 11001 101011110 11001 1000011

Color Harmonies of #BF959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF959C

Black with #BF959C

Text Example


Text Example

White with #BF959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF959C; }

 p { color: rgb(191,149,156); }

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

background-color css

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

 a { background-color: rgb(191,149,156); }

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

border-color css

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

 span { border-color: rgb(191,149,156); }

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