Html Css Color HEX #BD7D9F Bouquet

📋 copy color: '#BD7D9F'

red 189 ◦ green 125 ◦ blue 159

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

Shades of Bouquet #BD7D9F

Tints of Bouquet #BD7D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.43%

 BLUE value IS 159 (62.5% from 255) = 33.62%

R = 39.96%
G = 26.43%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD7D9F (or 0xBD7D9F) is known color: Bouquet. HEX triplet: BD, 7D and 9F. RGB value is (189,125,159). Sum of RGB (Red+Green+Blue) = 189+125+159=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7D9F is #428260. Grayscale: #939393. Windows color (decimal): -4358753 or 10452413. OLE color: 10452413.

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

Color convert

RGB 189 125 159 -
CMYK 0 0.34 0.16 0.26
HSL 328.13º 0.33% 0.62% -
HSV(B) 328.13º 0.34% 0.74% -
XYZ 34.58 27.99 36.38 -
YUV 148.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 189 125 159 0 0.34 0.16 0.26 328.13 0.33 0.62
Hex BD 7D 9F 0 22 10 1A 148 21 3E
Octal 275 175 237 0 42 20 32 510 41 76
Binary 10111101 1111101 10011111 0 100010 10000 11010 101001000 100001 111110

Color Harmonies of #BD7D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D9F

Black with #BD7D9F

Text Example


Text Example

White with #BD7D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D9F; }

 p { color: rgb(189,125,159); }

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

background-color css

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

 a { background-color: rgb(189,125,159); }

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

border-color css

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

 span { border-color: rgb(189,125,159); }

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