Html Css Color HEX #BC69A9 Bouquet

📋 copy color: '#BC69A9'

red 188 ◦ green 105 ◦ blue 169

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

Shades of Bouquet #BC69A9

Tints of Bouquet #BC69A9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.73%

 BLUE value IS 169 (66.41% from 255) = 36.58%

R = 40.69%
G = 22.73%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC69A9 (or 0xBC69A9) is known color: Bouquet. HEX triplet: BC, 69 and A9. RGB value is (188,105,169). Sum of RGB (Red+Green+Blue) = 188+105+169=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69A9 is #439656. Grayscale: #888888. Windows color (decimal): -4429399 or 11102652. OLE color: 11102652.

HSL color Cylindrical-coordinate representation of color #BC69A9: hue angle of 313.73º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC69A9 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 105 169 -
CMYK 0 0.44 0.10 0.26
HSL 313.73º 0.38% 0.57% -
HSV(B) 313.73º 0.44% 0.74% -
XYZ 32.95 23.66 40.37 -
YUV 137.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 188 105 169 0 0.44 0.10 0.26 313.73 0.38 0.57
Hex BC 69 A9 0 2C A 1A 13A 26 39
Octal 274 151 251 0 54 12 32 472 46 71
Binary 10111100 1101001 10101001 0 101100 1010 11010 100111010 100110 111001

Color Harmonies of #BC69A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69A9

Black with #BC69A9

Text Example


Text Example

White with #BC69A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69A9; }

 p { color: rgb(188,105,169); }

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

background-color css

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

 a { background-color: rgb(188,105,169); }

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

border-color css

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

 span { border-color: rgb(188,105,169); }

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