Html Css Color HEX #BB6EAC Bouquet

📋 copy color: '#BB6EAC'

red 187 ◦ green 110 ◦ blue 172

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

Shades of Bouquet #BB6EAC

Tints of Bouquet #BB6EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.45%

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 39.87%
G = 23.45%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB6EAC (or 0xBB6EAC) is known color: Bouquet. HEX triplet: BB, 6E and AC. RGB value is (187,110,172). Sum of RGB (Red+Green+Blue) = 187+110+172=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6EAC is #449153. Grayscale: #8B8B8B. Windows color (decimal): -4493652 or 11300539. OLE color: 11300539.

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

Color convert

RGB 187 110 172 -
CMYK 0 0.41 0.08 0.27
HSL 311.69º 0.36% 0.58% -
HSV(B) 311.69º 0.41% 0.73% -
XYZ 33.52 24.7 42.03 -
YUV 140.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 187 110 172 0 0.41 0.08 0.27 311.69 0.36 0.58
Hex BB 6E AC 0 29 8 1B 138 24 3A
Octal 273 156 254 0 51 10 33 470 44 72
Binary 10111011 1101110 10101100 0 101001 1000 11011 100111000 100100 111010

Color Harmonies of #BB6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EAC

Black with #BB6EAC

Text Example


Text Example

White with #BB6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EAC; }

 p { color: rgb(187,110,172); }

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

background-color css

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

 a { background-color: rgb(187,110,172); }

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

border-color css

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

 span { border-color: rgb(187,110,172); }

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