Html Css Color HEX #BD7E9D Bouquet

📋 copy color: '#BD7E9D'

red 189 ◦ green 126 ◦ blue 157

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

Shades of Bouquet #BD7E9D

Tints of Bouquet #BD7E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.69%

 BLUE value IS 157 (61.72% from 255) = 33.26%

R = 40.04%
G = 26.69%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD7E9D (or 0xBD7E9D) is known color: Bouquet. HEX triplet: BD, 7E and 9D. RGB value is (189,126,157). Sum of RGB (Red+Green+Blue) = 189+126+157=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7E9D is #428162. Grayscale: #949494. Windows color (decimal): -4358499 or 10321597. OLE color: 10321597.

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

Color convert

RGB 189 126 157 -
CMYK 0 0.33 0.17 0.26
HSL 330.48º 0.32% 0.62% -
HSV(B) 330.48º 0.33% 0.74% -
XYZ 34.53 28.17 35.52 -
YUV 148.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 189 126 157 0 0.33 0.17 0.26 330.48 0.32 0.62
Hex BD 7E 9D 0 21 11 1A 14A 20 3E
Octal 275 176 235 0 41 21 32 512 40 76
Binary 10111101 1111110 10011101 0 100001 10001 11010 101001010 100000 111110

Color Harmonies of #BD7E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E9D

Black with #BD7E9D

Text Example


Text Example

White with #BD7E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E9D; }

 p { color: rgb(189,126,157); }

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

background-color css

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

 a { background-color: rgb(189,126,157); }

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

border-color css

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

 span { border-color: rgb(189,126,157); }

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