Html Css Color HEX #BC80A4 Bouquet

📋 copy color: '#BC80A4'

red 188 ◦ green 128 ◦ blue 164

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

Shades of Bouquet #BC80A4

Tints of Bouquet #BC80A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.17%

R = 39.17%
G = 26.67%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC80A4 (or 0xBC80A4) is known color: Bouquet. HEX triplet: BC, 80 and A4. RGB value is (188,128,164). Sum of RGB (Red+Green+Blue) = 188+128+164=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80A4 is #437F5B. Grayscale: #959595. Windows color (decimal): -4423516 or 10780860. OLE color: 10780860.

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

Color convert

RGB 188 128 164 -
CMYK 0 0.32 0.13 0.26
HSL 324º 0.31% 0.62% -
HSV(B) 324º 0.32% 0.74% -
XYZ 35.16 28.81 38.83 -
YUV 150.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 188 128 164 0 0.32 0.13 0.26 324 0.31 0.62
Hex BC 80 A4 0 20 D 1A 144 1F 3E
Octal 274 200 244 0 40 15 32 504 37 76
Binary 10111100 10000000 10100100 0 100000 1101 11010 101000100 11111 111110

Color Harmonies of #BC80A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80A4

Black with #BC80A4

Text Example


Text Example

White with #BC80A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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