Html Css Color HEX #BC80A6 Bouquet

📋 copy color: '#BC80A6'

red 188 ◦ green 128 ◦ blue 166

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

Shades of Bouquet #BC80A6

Tints of Bouquet #BC80A6

RGB

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

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

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

R = 39%
G = 26.56%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC80A6 (or 0xBC80A6) is known color: Bouquet. HEX triplet: BC, 80 and A6. RGB value is (188,128,166). Sum of RGB (Red+Green+Blue) = 188+128+166=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80A6 is #437F59. Grayscale: #969696. Windows color (decimal): -4423514 or 10911932. OLE color: 10911932.

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

Color convert

RGB 188 128 166 -
CMYK 0 0.32 0.12 0.26
HSL 322º 0.31% 0.62% -
HSV(B) 322º 0.32% 0.74% -
XYZ 35.34 28.88 39.79 -
YUV 150.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 188 128 166 0 0.32 0.12 0.26 322 0.31 0.62
Hex BC 80 A6 0 20 C 1A 142 1F 3E
Octal 274 200 246 0 40 14 32 502 37 76
Binary 10111100 10000000 10100110 0 100000 1100 11010 101000010 11111 111110

Color Harmonies of #BC80A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80A6

Black with #BC80A6

Text Example


Text Example

White with #BC80A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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