Html Css Color HEX #BB6AA5 Bouquet

📋 copy color: '#BB6AA5'

red 187 ◦ green 106 ◦ blue 165

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

Shades of Bouquet #BB6AA5

Tints of Bouquet #BB6AA5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.14%

 BLUE value IS 165 (64.84% from 255) = 36.03%

R = 40.83%
G = 23.14%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB6AA5 (or 0xBB6AA5) is known color: Bouquet. HEX triplet: BB, 6A and A5. RGB value is (187,106,165). Sum of RGB (Red+Green+Blue) = 187+106+165=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6AA5 is #44955A. Grayscale: #888888. Windows color (decimal): -4494683 or 10840763. OLE color: 10840763.

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

Color convert

RGB 187 106 165 -
CMYK 0 0.43 0.12 0.27
HSL 316.3º 0.37% 0.57% -
HSV(B) 316.3º 0.43% 0.73% -
XYZ 32.44 23.59 38.44 -
YUV 136.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 187 106 165 0 0.43 0.12 0.27 316.3 0.37 0.57
Hex BB 6A A5 0 2B C 1B 13C 25 39
Octal 273 152 245 0 53 14 33 474 45 71
Binary 10111011 1101010 10100101 0 101011 1100 11011 100111100 100101 111001

Color Harmonies of #BB6AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AA5

Black with #BB6AA5

Text Example


Text Example

White with #BB6AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AA5; }

 p { color: rgb(187,106,165); }

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

background-color css

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

 a { background-color: rgb(187,106,165); }

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

border-color css

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

 span { border-color: rgb(187,106,165); }

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