Html Css Color HEX #BD7CAA Bouquet

📋 copy color: '#BD7CAA'

red 189 ◦ green 124 ◦ blue 170

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

Shades of Bouquet #BD7CAA

Tints of Bouquet #BD7CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.2%

R = 39.13%
G = 25.67%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD7CAA (or 0xBD7CAA) is known color: Bouquet. HEX triplet: BD, 7C and AA. RGB value is (189,124,170). Sum of RGB (Red+Green+Blue) = 189+124+170=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7CAA is #428355. Grayscale: #949494. Windows color (decimal): -4358998 or 11173053. OLE color: 11173053.

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

Color convert

RGB 189 124 170 -
CMYK 0 0.34 0.10 0.26
HSL 317.54º 0.33% 0.61% -
HSV(B) 317.54º 0.34% 0.74% -
XYZ 35.45 28.14 41.59 -
YUV 148.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 189 124 170 0 0.34 0.10 0.26 317.54 0.33 0.61
Hex BD 7C AA 0 22 A 1A 13E 21 3D
Octal 275 174 252 0 42 12 32 476 41 75
Binary 10111101 1111100 10101010 0 100010 1010 11010 100111110 100001 111101

Color Harmonies of #BD7CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CAA

Black with #BD7CAA

Text Example


Text Example

White with #BD7CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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