Html Css Color HEX #BB6DAB Bouquet

📋 copy color: '#BB6DAB'

red 187 ◦ green 109 ◦ blue 171

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

Shades of Bouquet #BB6DAB

Tints of Bouquet #BB6DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.34%

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

R = 40.04%
G = 23.34%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB6DAB (or 0xBB6DAB) is known color: Bouquet. HEX triplet: BB, 6D and AB. RGB value is (187,109,171). Sum of RGB (Red+Green+Blue) = 187+109+171=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6DAB is #449254. Grayscale: #8B8B8B. Windows color (decimal): -4493909 or 11234747. OLE color: 11234747.

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

Color convert

RGB 187 109 171 -
CMYK 0 0.42 0.09 0.27
HSL 312.31º 0.36% 0.58% -
HSV(B) 312.31º 0.42% 0.73% -
XYZ 33.31 24.44 41.49 -
YUV 139.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 187 109 171 0 0.42 0.09 0.27 312.31 0.36 0.58
Hex BB 6D AB 0 2A 9 1B 138 24 3A
Octal 273 155 253 0 52 11 33 470 44 72
Binary 10111011 1101101 10101011 0 101010 1001 11011 100111000 100100 111010

Color Harmonies of #BB6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DAB

Black with #BB6DAB

Text Example


Text Example

White with #BB6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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