Html Css Color HEX #BD7CA0 Bouquet

📋 copy color: '#BD7CA0'

red 189 ◦ green 124 ◦ blue 160

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

Shades of Bouquet #BD7CA0

Tints of Bouquet #BD7CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 39.96%
G = 26.22%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD7CA0 (or 0xBD7CA0) is known color: Bouquet. HEX triplet: BD, 7C and A0. RGB value is (189,124,160). Sum of RGB (Red+Green+Blue) = 189+124+160=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7CA0 is #42835F. Grayscale: #939393. Windows color (decimal): -4359008 or 10517693. OLE color: 10517693.

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

Color convert

RGB 189 124 160 -
CMYK 0 0.34 0.15 0.26
HSL 326.77º 0.33% 0.61% -
HSV(B) 326.77º 0.34% 0.74% -
XYZ 34.54 27.77 36.8 -
YUV 147.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 189 124 160 0 0.34 0.15 0.26 326.77 0.33 0.61
Hex BD 7C A0 0 22 F 1A 147 21 3D
Octal 275 174 240 0 42 17 32 507 41 75
Binary 10111101 1111100 10100000 0 100010 1111 11010 101000111 100001 111101

Color Harmonies of #BD7CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CA0

Black with #BD7CA0

Text Example


Text Example

White with #BD7CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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