Html Css Color HEX #BD7CAC Bouquet

📋 copy color: '#BD7CAC'

red 189 ◦ green 124 ◦ blue 172

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

Shades of Bouquet #BD7CAC

Tints of Bouquet #BD7CAC

RGB

 RED value IS 189 (74.22% from 255) = 38.97%

 GREEN value IS 124 (48.83% from 255) = 25.57%

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 38.97%
G = 25.57%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD7CAC (or 0xBD7CAC) is known color: Bouquet. HEX triplet: BD, 7C and AC. RGB value is (189,124,172). Sum of RGB (Red+Green+Blue) = 189+124+172=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7CAC is #428353. Grayscale: #949494. Windows color (decimal): -4358996 or 11304125. OLE color: 11304125.

HSL color Cylindrical-coordinate representation of color #BD7CAC: hue angle of 315.69º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7CAC is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 124 172 -
CMYK 0 0.34 0.09 0.26
HSL 315.69º 0.33% 0.61% -
HSV(B) 315.69º 0.34% 0.74% -
XYZ 35.64 28.21 42.6 -
YUV 148.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 189 124 172 0 0.34 0.09 0.26 315.69 0.33 0.61
Hex BD 7C AC 0 22 9 1A 13C 21 3D
Octal 275 174 254 0 42 11 32 474 41 75
Binary 10111101 1111100 10101100 0 100010 1001 11010 100111100 100001 111101

Color Harmonies of #BD7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CAC

Black with #BD7CAC

Text Example


Text Example

White with #BD7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CAC; }

 p { color: rgb(189,124,172); }

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

background-color css

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

 a { background-color: rgb(189,124,172); }

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

border-color css

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

 span { border-color: rgb(189,124,172); }

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