Html Css Color HEX #BC829F Bouquet

📋 copy color: '#BC829F'

red 188 ◦ green 130 ◦ blue 159

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

Shades of Bouquet #BC829F

Tints of Bouquet #BC829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.33%

R = 39.41%
G = 27.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC829F (or 0xBC829F) is known color: Bouquet. HEX triplet: BC, 82 and 9F. RGB value is (188,130,159). Sum of RGB (Red+Green+Blue) = 188+130+159=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC829F is #437D60. Grayscale: #969696. Windows color (decimal): -4423009 or 10453692. OLE color: 10453692.

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

Color convert

RGB 188 130 159 -
CMYK 0 0.31 0.15 0.26
HSL 330º 0.3% 0.62% -
HSV(B) 330º 0.31% 0.74% -
XYZ 34.98 29.16 36.59 -
YUV 150.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 188 130 159 0 0.31 0.15 0.26 330 0.3 0.62
Hex BC 82 9F 0 1F F 1A 14A 1E 3E
Octal 274 202 237 0 37 17 32 512 36 76
Binary 10111100 10000010 10011111 0 11111 1111 11010 101001010 11110 111110

Color Harmonies of #BC829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC829F

Black with #BC829F

Text Example


Text Example

White with #BC829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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