Html Css Color HEX #BB6BA6 Bouquet

📋 copy color: '#BB6BA6'

red 187 ◦ green 107 ◦ blue 166

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

Shades of Bouquet #BB6BA6

Tints of Bouquet #BB6BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.26%

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 40.65%
G = 23.26%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB6BA6 (or 0xBB6BA6) is known color: Bouquet. HEX triplet: BB, 6B and A6. RGB value is (187,107,166). Sum of RGB (Red+Green+Blue) = 187+107+166=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BA6 is #449459. Grayscale: #898989. Windows color (decimal): -4494426 or 10906555. OLE color: 10906555.

HSL color Cylindrical-coordinate representation of color #BB6BA6: hue angle of 315.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6BA6 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 166 -
CMYK 0 0.43 0.11 0.27
HSL 315.75º 0.37% 0.58% -
HSV(B) 315.75º 0.43% 0.73% -
XYZ 32.63 23.83 38.96 -
YUV 137.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 187 107 166 0 0.43 0.11 0.27 315.75 0.37 0.58
Hex BB 6B A6 0 2B B 1B 13C 25 3A
Octal 273 153 246 0 53 13 33 474 45 72
Binary 10111011 1101011 10100110 0 101011 1011 11011 100111100 100101 111010

Color Harmonies of #BB6BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BA6

Black with #BB6BA6

Text Example


Text Example

White with #BB6BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BA6; }

 p { color: rgb(187,107,166); }

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

background-color css

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

 a { background-color: rgb(187,107,166); }

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

border-color css

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

 span { border-color: rgb(187,107,166); }

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