Html Css Color HEX #BB70AB Bouquet

📋 copy color: '#BB70AB'

red 187 ◦ green 112 ◦ blue 171

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

Shades of Bouquet #BB70AB

Tints of Bouquet #BB70AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 39.79%
G = 23.83%
B = 36.38%

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

#BB70AB (or 0xBB70AB) is known color: Bouquet. HEX triplet: BB, 70 and AB. RGB value is (187,112,171). Sum of RGB (Red+Green+Blue) = 187+112+171=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70AB is #448F54. Grayscale: #8C8C8C. Windows color (decimal): -4493141 or 11235515. OLE color: 11235515.

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

Color convert

RGB 187 112 171 -
CMYK 0 0.40 0.09 0.27
HSL 312.8º 0.36% 0.59% -
HSV(B) 312.8º 0.4% 0.73% -
XYZ 33.64 25.09 41.6 -
YUV 141.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 187 112 171 0 0.40 0.09 0.27 312.8 0.36 0.59
Hex BB 70 AB 0 28 9 1B 139 24 3B
Octal 273 160 253 0 50 11 33 471 44 73
Binary 10111011 1110000 10101011 0 101000 1001 11011 100111001 100100 111011

Color Harmonies of #BB70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70AB

Black with #BB70AB

Text Example


Text Example

White with #BB70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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