Html Css Color HEX #BB6AA8 Bouquet

📋 copy color: '#BB6AA8'

red 187 ◦ green 106 ◦ blue 168

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

Shades of Bouquet #BB6AA8

Tints of Bouquet #BB6AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.44%

R = 40.56%
G = 22.99%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB6AA8 (or 0xBB6AA8) is known color: Bouquet. HEX triplet: BB, 6A and A8. RGB value is (187,106,168). Sum of RGB (Red+Green+Blue) = 187+106+168=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6AA8 is #449557. Grayscale: #898989. Windows color (decimal): -4494680 or 11037371. OLE color: 11037371.

HSL color Cylindrical-coordinate representation of color #BB6AA8: hue angle of 314.07º 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 #BB6AA8 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 106 168 -
CMYK 0 0.43 0.10 0.27
HSL 314.07º 0.37% 0.57% -
HSV(B) 314.07º 0.43% 0.73% -
XYZ 32.72 23.7 39.9 -
YUV 137.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 187 106 168 0 0.43 0.10 0.27 314.07 0.37 0.57
Hex BB 6A A8 0 2B A 1B 13A 25 39
Octal 273 152 250 0 53 12 33 472 45 71
Binary 10111011 1101010 10101000 0 101011 1010 11011 100111010 100101 111001

Color Harmonies of #BB6AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AA8

Black with #BB6AA8

Text Example


Text Example

White with #BB6AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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