Html Css Color HEX #BC80A7 Bouquet

📋 copy color: '#BC80A7'

red 188 ◦ green 128 ◦ blue 167

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

Shades of Bouquet #BC80A7

Tints of Bouquet #BC80A7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.5%

 BLUE value IS 167 (65.63% from 255) = 34.58%

R = 38.92%
G = 26.5%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC80A7 (or 0xBC80A7) is known color: Bouquet. HEX triplet: BC, 80 and A7. RGB value is (188,128,167). Sum of RGB (Red+Green+Blue) = 188+128+167=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80A7 is #437F58. Grayscale: #969696. Windows color (decimal): -4423513 or 10977468. OLE color: 10977468.

HSL color Cylindrical-coordinate representation of color #BC80A7: hue angle of 321º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC80A7 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 167 -
CMYK 0 0.32 0.11 0.26
HSL 321º 0.31% 0.62% -
HSV(B) 321º 0.32% 0.74% -
XYZ 35.43 28.92 40.27 -
YUV 150.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 188 128 167 0 0.32 0.11 0.26 321 0.31 0.62
Hex BC 80 A7 0 20 B 1A 141 1F 3E
Octal 274 200 247 0 40 13 32 501 37 76
Binary 10111100 10000000 10100111 0 100000 1011 11010 101000001 11111 111110

Color Harmonies of #BC80A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80A7

Black with #BC80A7

Text Example


Text Example

White with #BC80A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80A7; }

 p { color: rgb(188,128,167); }

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

background-color css

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

 a { background-color: rgb(188,128,167); }

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

border-color css

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

 span { border-color: rgb(188,128,167); }

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