Html Css Color HEX #BC84A7 Bouquet

📋 copy color: '#BC84A7'

red 188 ◦ green 132 ◦ blue 167

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

Shades of Bouquet #BC84A7

Tints of Bouquet #BC84A7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.1%

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

R = 38.6%
G = 27.1%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC84A7 (or 0xBC84A7) is known color: Bouquet. HEX triplet: BC, 84 and A7. RGB value is (188,132,167). Sum of RGB (Red+Green+Blue) = 188+132+167=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC84A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC84A7 is #437B58. Grayscale: #989898. Windows color (decimal): -4422489 or 10978492. OLE color: 10978492.

HSL color Cylindrical-coordinate representation of color #BC84A7: hue angle of 322.5º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC84A7 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 167 -
CMYK 0 0.30 0.11 0.26
HSL 322.5º 0.29% 0.63% -
HSV(B) 322.5º 0.3% 0.74% -
XYZ 35.97 29.98 40.45 -
YUV 152.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 188 132 167 0 0.30 0.11 0.26 322.5 0.29 0.63
Hex BC 84 A7 0 1E B 1A 142 1D 3F
Octal 274 204 247 0 36 13 32 502 35 77
Binary 10111100 10000100 10100111 0 11110 1011 11010 101000010 11101 111111

Color Harmonies of #BC84A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84A7

Black with #BC84A7

Text Example


Text Example

White with #BC84A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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