Html Css Color HEX #BC819E Bouquet

📋 copy color: '#BC819E'

red 188 ◦ green 129 ◦ blue 158

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

Shades of Bouquet #BC819E

Tints of Bouquet #BC819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.16%

 BLUE value IS 158 (62.11% from 255) = 33.26%

R = 39.58%
G = 27.16%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC819E (or 0xBC819E) is known color: Bouquet. HEX triplet: BC, 81 and 9E. RGB value is (188,129,158). Sum of RGB (Red+Green+Blue) = 188+129+158=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC819E is #437E61. Grayscale: #959595. Windows color (decimal): -4423266 or 10387900. OLE color: 10387900.

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

Color convert

RGB 188 129 158 -
CMYK 0 0.31 0.16 0.26
HSL 330.51º 0.31% 0.62% -
HSV(B) 330.51º 0.31% 0.74% -
XYZ 34.76 28.86 36.09 -
YUV 149.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 188 129 158 0 0.31 0.16 0.26 330.51 0.31 0.62
Hex BC 81 9E 0 1F 10 1A 14B 1F 3E
Octal 274 201 236 0 37 20 32 513 37 76
Binary 10111100 10000001 10011110 0 11111 10000 11010 101001011 11111 111110

Color Harmonies of #BC819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC819E

Black with #BC819E

Text Example


Text Example

White with #BC819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC819E; }

 p { color: rgb(188,129,158); }

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

background-color css

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

 a { background-color: rgb(188,129,158); }

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

border-color css

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

 span { border-color: rgb(188,129,158); }

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