Html Css Color HEX #BC80AA Bouquet

📋 copy color: '#BC80AA'

red 188 ◦ green 128 ◦ blue 170

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

Shades of Bouquet #BC80AA

Tints of Bouquet #BC80AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 38.68%
G = 26.34%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC80AA (or 0xBC80AA) is known color: Bouquet. HEX triplet: BC, 80 and AA. RGB value is (188,128,170). Sum of RGB (Red+Green+Blue) = 188+128+170=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80AA is #437F55. Grayscale: #969696. Windows color (decimal): -4423510 or 11174076. OLE color: 11174076.

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

Color convert

RGB 188 128 170 -
CMYK 0 0.32 0.10 0.26
HSL 318º 0.31% 0.62% -
HSV(B) 318º 0.32% 0.74% -
XYZ 35.71 29.03 41.75 -
YUV 150.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 188 128 170 0 0.32 0.10 0.26 318 0.31 0.62
Hex BC 80 AA 0 20 A 1A 13E 1F 3E
Octal 274 200 252 0 40 12 32 476 37 76
Binary 10111100 10000000 10101010 0 100000 1010 11010 100111110 11111 111110

Color Harmonies of #BC80AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80AA

Black with #BC80AA

Text Example


Text Example

White with #BC80AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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