Html Css Color HEX #BC7BA9 Bouquet

📋 copy color: '#BC7BA9'

red 188 ◦ green 123 ◦ blue 169

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

Shades of Bouquet #BC7BA9

Tints of Bouquet #BC7BA9

RGB

 RED value IS 188 (73.83% from 255) = 39.17%

 GREEN value IS 123 (48.44% from 255) = 25.63%

 BLUE value IS 169 (66.41% from 255) = 35.21%

R = 39.17%
G = 25.63%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC7BA9 (or 0xBC7BA9) is known color: Bouquet. HEX triplet: BC, 7B and A9. RGB value is (188,123,169). Sum of RGB (Red+Green+Blue) = 188+123+169=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BA9 is #438456. Grayscale: #939393. Windows color (decimal): -4424791 or 11107260. OLE color: 11107260.

HSL color Cylindrical-coordinate representation of color #BC7BA9: hue angle of 317.54º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7BA9 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 123 169 -
CMYK 0 0.35 0.10 0.26
HSL 317.54º 0.33% 0.61% -
HSV(B) 317.54º 0.35% 0.74% -
XYZ 34.98 27.72 41.04 -
YUV 147.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 188 123 169 0 0.35 0.10 0.26 317.54 0.33 0.61
Hex BC 7B A9 0 23 A 1A 13E 21 3D
Octal 274 173 251 0 43 12 32 476 41 75
Binary 10111100 1111011 10101001 0 100011 1010 11010 100111110 100001 111101

Color Harmonies of #BC7BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BA9

Black with #BC7BA9

Text Example


Text Example

White with #BC7BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BA9; }

 p { color: rgb(188,123,169); }

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

background-color css

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

 a { background-color: rgb(188,123,169); }

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

border-color css

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

 span { border-color: rgb(188,123,169); }

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