Html Css Color HEX #BD7F9D Bouquet

📋 copy color: '#BD7F9D'

red 189 ◦ green 127 ◦ blue 157

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

Shades of Bouquet #BD7F9D

Tints of Bouquet #BD7F9D

RGB

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

 GREEN value IS 127 (50% from 255) = 26.85%

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

R = 39.96%
G = 26.85%
B = 33.19%

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

#BD7F9D (or 0xBD7F9D) is known color: Bouquet. HEX triplet: BD, 7F and 9D. RGB value is (189,127,157). Sum of RGB (Red+Green+Blue) = 189+127+157=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F9D is #428062. Grayscale: #949494. Windows color (decimal): -4358243 or 10321853. OLE color: 10321853.

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

Color convert

RGB 189 127 157 -
CMYK 0 0.33 0.17 0.26
HSL 330.97º 0.32% 0.62% -
HSV(B) 330.97º 0.33% 0.74% -
XYZ 34.66 28.43 35.56 -
YUV 148.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 189 127 157 0 0.33 0.17 0.26 330.97 0.32 0.62
Hex BD 7F 9D 0 21 11 1A 14B 20 3E
Octal 275 177 235 0 41 21 32 513 40 76
Binary 10111101 1111111 10011101 0 100001 10001 11010 101001011 100000 111110

Color Harmonies of #BD7F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F9D

Black with #BD7F9D

Text Example


Text Example

White with #BD7F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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