Html Css Color HEX #BB6C9F Bouquet

📋 copy color: '#BB6C9F'

red 187 ◦ green 108 ◦ blue 159

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

Shades of Bouquet #BB6C9F

Tints of Bouquet #BB6C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.79%

 BLUE value IS 159 (62.5% from 255) = 35.02%

R = 41.19%
G = 23.79%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB6C9F (or 0xBB6C9F) is known color: Bouquet. HEX triplet: BB, 6C and 9F. RGB value is (187,108,159). Sum of RGB (Red+Green+Blue) = 187+108+159=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6C9F is #449360. Grayscale: #898989. Windows color (decimal): -4494177 or 10448059. OLE color: 10448059.

HSL color Cylindrical-coordinate representation of color #BB6C9F: hue angle of 321.27º degrees, saturation: 0.37, 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 #BB6C9F is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 108 159 -
CMYK 0 0.42 0.15 0.27
HSL 321.27º 0.37% 0.58% -
HSV(B) 321.27º 0.42% 0.73% -
XYZ 32.11 23.79 35.7 -
YUV 137.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 187 108 159 0 0.42 0.15 0.27 321.27 0.37 0.58
Hex BB 6C 9F 0 2A F 1B 141 25 3A
Octal 273 154 237 0 52 17 33 501 45 72
Binary 10111011 1101100 10011111 0 101010 1111 11011 101000001 100101 111010

Color Harmonies of #BB6C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C9F

Black with #BB6C9F

Text Example


Text Example

White with #BB6C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C9F; }

 p { color: rgb(187,108,159); }

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

background-color css

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

 a { background-color: rgb(187,108,159); }

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

border-color css

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

 span { border-color: rgb(187,108,159); }

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