Html Css Color HEX #BB70AA Bouquet

📋 copy color: '#BB70AA'

red 187 ◦ green 112 ◦ blue 170

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

Shades of Bouquet #BB70AA

Tints of Bouquet #BB70AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.88%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 39.87%
G = 23.88%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB70AA (or 0xBB70AA) is known color: Bouquet. HEX triplet: BB, 70 and AA. RGB value is (187,112,170). Sum of RGB (Red+Green+Blue) = 187+112+170=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70AA is #448F55. Grayscale: #8C8C8C. Windows color (decimal): -4493142 or 11169979. OLE color: 11169979.

HSL color Cylindrical-coordinate representation of color #BB70AA: hue angle of 313.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB70AA is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 170 -
CMYK 0 0.40 0.09 0.27
HSL 313.6º 0.36% 0.59% -
HSV(B) 313.6º 0.4% 0.73% -
XYZ 33.54 25.06 41.1 -
YUV 141.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 187 112 170 0 0.40 0.09 0.27 313.6 0.36 0.59
Hex BB 70 AA 0 28 9 1B 13A 24 3B
Octal 273 160 252 0 50 11 33 472 44 73
Binary 10111011 1110000 10101010 0 101000 1001 11011 100111010 100100 111011

Color Harmonies of #BB70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70AA

Black with #BB70AA

Text Example


Text Example

White with #BB70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70AA; }

 p { color: rgb(187,112,170); }

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

background-color css

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

 a { background-color: rgb(187,112,170); }

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

border-color css

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

 span { border-color: rgb(187,112,170); }

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