Html Css Color HEX #BC82A5 Bouquet

📋 copy color: '#BC82A5'

red 188 ◦ green 130 ◦ blue 165

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

Shades of Bouquet #BC82A5

Tints of Bouquet #BC82A5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.92%

 BLUE value IS 165 (64.84% from 255) = 34.16%

R = 38.92%
G = 26.92%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC82A5 (or 0xBC82A5) is known color: Bouquet. HEX triplet: BC, 82 and A5. RGB value is (188,130,165). Sum of RGB (Red+Green+Blue) = 188+130+165=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC82A5 is #437D5A. Grayscale: #979797. Windows color (decimal): -4423003 or 10846908. OLE color: 10846908.

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

Color convert

RGB 188 130 165 -
CMYK 0 0.31 0.12 0.26
HSL 323.79º 0.3% 0.62% -
HSV(B) 323.79º 0.31% 0.74% -
XYZ 35.51 29.37 39.4 -
YUV 151.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 188 130 165 0 0.31 0.12 0.26 323.79 0.3 0.62
Hex BC 82 A5 0 1F C 1A 144 1E 3E
Octal 274 202 245 0 37 14 32 504 36 76
Binary 10111100 10000010 10100101 0 11111 1100 11010 101000100 11110 111110

Color Harmonies of #BC82A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC82A5

Black with #BC82A5

Text Example


Text Example

White with #BC82A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC82A5; }

 p { color: rgb(188,130,165); }

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

background-color css

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

 a { background-color: rgb(188,130,165); }

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

border-color css

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

 span { border-color: rgb(188,130,165); }

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