Html Css Color HEX #BD7BA3 Bouquet

📋 copy color: '#BD7BA3'

red 189 ◦ green 123 ◦ blue 163

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

Shades of Bouquet #BD7BA3

Tints of Bouquet #BD7BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.32%

R = 39.79%
G = 25.89%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD7BA3 (or 0xBD7BA3) is known color: Bouquet. HEX triplet: BD, 7B and A3. RGB value is (189,123,163). Sum of RGB (Red+Green+Blue) = 189+123+163=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BA3 is #42845C. Grayscale: #939393. Windows color (decimal): -4359261 or 10714045. OLE color: 10714045.

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

Color convert

RGB 189 123 163 -
CMYK 0 0.35 0.14 0.26
HSL 323.64º 0.33% 0.61% -
HSV(B) 323.64º 0.35% 0.74% -
XYZ 34.68 27.63 38.16 -
YUV 147.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 189 123 163 0 0.35 0.14 0.26 323.64 0.33 0.61
Hex BD 7B A3 0 23 E 1A 144 21 3D
Octal 275 173 243 0 43 16 32 504 41 75
Binary 10111101 1111011 10100011 0 100011 1110 11010 101000100 100001 111101

Color Harmonies of #BD7BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BA3

Black with #BD7BA3

Text Example


Text Example

White with #BD7BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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