Html Css Color HEX #BB7DA6 Bouquet

📋 copy color: '#BB7DA6'

red 187 ◦ green 125 ◦ blue 166

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

Shades of Bouquet #BB7DA6

Tints of Bouquet #BB7DA6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.15%

 BLUE value IS 166 (65.23% from 255) = 34.73%

R = 39.12%
G = 26.15%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB7DA6 (or 0xBB7DA6) is known color: Bouquet. HEX triplet: BB, 7D and A6. RGB value is (187,125,166). Sum of RGB (Red+Green+Blue) = 187+125+166=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DA6 is #448259. Grayscale: #949494. Windows color (decimal): -4489818 or 10911163. OLE color: 10911163.

HSL color Cylindrical-coordinate representation of color #BB7DA6: hue angle of 320.32º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7DA6 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 125 166 -
CMYK 0 0.33 0.11 0.27
HSL 320.32º 0.31% 0.61% -
HSV(B) 320.32º 0.33% 0.73% -
XYZ 34.71 27.99 39.65 -
YUV 148.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 187 125 166 0 0.33 0.11 0.27 320.32 0.31 0.61
Hex BB 7D A6 0 21 B 1B 140 1F 3D
Octal 273 175 246 0 41 13 33 500 37 75
Binary 10111011 1111101 10100110 0 100001 1011 11011 101000000 11111 111101

Color Harmonies of #BB7DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DA6

Black with #BB7DA6

Text Example


Text Example

White with #BB7DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DA6; }

 p { color: rgb(187,125,166); }

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

background-color css

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

 a { background-color: rgb(187,125,166); }

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

border-color css

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

 span { border-color: rgb(187,125,166); }

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