Html Css Color HEX #BB969F Viola

📋 copy color: '#BB969F'

red 187 ◦ green 150 ◦ blue 159

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

Shades of Viola #BB969F

Tints of Viola #BB969F

RGB

 RED value IS 187 (73.44% from 255) = 37.7%

 GREEN value IS 150 (58.98% from 255) = 30.24%

 BLUE value IS 159 (62.5% from 255) = 32.06%

R = 37.7%
G = 30.24%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB969F (or 0xBB969F) is known color: Viola. HEX triplet: BB, 96 and 9F. RGB value is (187,150,159). Sum of RGB (Red+Green+Blue) = 187+150+159=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB969F is #446960. Grayscale: #A2A2A2. Windows color (decimal): -4483425 or 10458811. OLE color: 10458811.

HSL color Cylindrical-coordinate representation of color #BB969F: hue angle of 345.41º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB969F is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 150 159 -
CMYK 0 0.20 0.15 0.27
HSL 345.41º 0.21% 0.66% -
HSV(B) 345.41º 0.2% 0.73% -
XYZ 37.66 34.88 37.55 -
YUV 162.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 187 150 159 0 0.20 0.15 0.27 345.41 0.21 0.66
Hex BB 96 9F 0 14 F 1B 159 15 42
Octal 273 226 237 0 24 17 33 531 25 102
Binary 10111011 10010110 10011111 0 10100 1111 11011 101011001 10101 1000010

Color Harmonies of #BB969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB969F

Black with #BB969F

Text Example


Text Example

White with #BB969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB969F; }

 p { color: rgb(187,150,159); }

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

background-color css

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

 a { background-color: rgb(187,150,159); }

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

border-color css

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

 span { border-color: rgb(187,150,159); }

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