Html Css Color HEX #BD7BA6 Bouquet

📋 copy color: '#BD7BA6'

red 189 ◦ green 123 ◦ blue 166

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

Shades of Bouquet #BD7BA6

Tints of Bouquet #BD7BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.73%

R = 39.54%
G = 25.73%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD7BA6 (or 0xBD7BA6) is known color: Bouquet. HEX triplet: BD, 7B and A6. RGB value is (189,123,166). Sum of RGB (Red+Green+Blue) = 189+123+166=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BA6 is #428459. Grayscale: #939393. Windows color (decimal): -4359258 or 10910653. OLE color: 10910653.

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

Color convert

RGB 189 123 166 -
CMYK 0 0.35 0.12 0.26
HSL 320.91º 0.33% 0.61% -
HSV(B) 320.91º 0.35% 0.74% -
XYZ 34.95 27.74 39.59 -
YUV 147.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 189 123 166 0 0.35 0.12 0.26 320.91 0.33 0.61
Hex BD 7B A6 0 23 C 1A 141 21 3D
Octal 275 173 246 0 43 14 32 501 41 75
Binary 10111101 1111011 10100110 0 100011 1100 11010 101000001 100001 111101

Color Harmonies of #BD7BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BA6

Black with #BD7BA6

Text Example


Text Example

White with #BD7BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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