Html Css Color HEX #BD7BA9 Bouquet

📋 copy color: '#BD7BA9'

red 189 ◦ green 123 ◦ blue 169

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

Shades of Bouquet #BD7BA9

Tints of Bouquet #BD7BA9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.57%

 BLUE value IS 169 (66.41% from 255) = 35.14%

R = 39.29%
G = 25.57%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD7BA9 (or 0xBD7BA9) is known color: Bouquet. HEX triplet: BD, 7B and A9. RGB value is (189,123,169). Sum of RGB (Red+Green+Blue) = 189+123+169=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BA9 is #428456. Grayscale: #939393. Windows color (decimal): -4359255 or 11107261. OLE color: 11107261.

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

Color convert

RGB 189 123 169 -
CMYK 0 0.35 0.11 0.26
HSL 318.18º 0.33% 0.61% -
HSV(B) 318.18º 0.35% 0.74% -
XYZ 35.23 27.85 41.05 -
YUV 147.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 189 123 169 0 0.35 0.11 0.26 318.18 0.33 0.61
Hex BD 7B A9 0 23 B 1A 13E 21 3D
Octal 275 173 251 0 43 13 32 476 41 75
Binary 10111101 1111011 10101001 0 100011 1011 11010 100111110 100001 111101

Color Harmonies of #BD7BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BA9

Black with #BD7BA9

Text Example


Text Example

White with #BD7BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BA9; }

 p { color: rgb(189,123,169); }

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

background-color css

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

 a { background-color: rgb(189,123,169); }

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

border-color css

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

 span { border-color: rgb(189,123,169); }

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