Html Css Color HEX #BC7BA0 Bouquet

📋 copy color: '#BC7BA0'

red 188 ◦ green 123 ◦ blue 160

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

Shades of Bouquet #BC7BA0

Tints of Bouquet #BC7BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.97%

R = 39.92%
G = 26.11%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC7BA0 (or 0xBC7BA0) is known color: Bouquet. HEX triplet: BC, 7B and A0. RGB value is (188,123,160). Sum of RGB (Red+Green+Blue) = 188+123+160=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BA0 is #43845F. Grayscale: #929292. Windows color (decimal): -4424800 or 10517436. OLE color: 10517436.

HSL color Cylindrical-coordinate representation of color #BC7BA0: hue angle of 325.85º 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 #BC7BA0 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 123 160 -
CMYK 0 0.35 0.15 0.26
HSL 325.85º 0.33% 0.61% -
HSV(B) 325.85º 0.35% 0.74% -
XYZ 34.17 27.4 36.74 -
YUV 146.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 188 123 160 0 0.35 0.15 0.26 325.85 0.33 0.61
Hex BC 7B A0 0 23 F 1A 146 21 3D
Octal 274 173 240 0 43 17 32 506 41 75
Binary 10111100 1111011 10100000 0 100011 1111 11010 101000110 100001 111101

Color Harmonies of #BC7BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BA0

Black with #BC7BA0

Text Example


Text Example

White with #BC7BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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