Html Css Color HEX #BD7BA5 Bouquet

📋 copy color: '#BD7BA5'

red 189 ◦ green 123 ◦ blue 165

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

Shades of Bouquet #BD7BA5

Tints of Bouquet #BD7BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.59%

R = 39.62%
G = 25.79%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD7BA5 (or 0xBD7BA5) is known color: Bouquet. HEX triplet: BD, 7B and A5. RGB value is (189,123,165). Sum of RGB (Red+Green+Blue) = 189+123+165=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BA5 is #42845A. Grayscale: #939393. Windows color (decimal): -4359259 or 10845117. OLE color: 10845117.

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

Color convert

RGB 189 123 165 -
CMYK 0 0.35 0.13 0.26
HSL 321.82º 0.33% 0.61% -
HSV(B) 321.82º 0.35% 0.74% -
XYZ 34.86 27.7 39.11 -
YUV 147.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 189 123 165 0 0.35 0.13 0.26 321.82 0.33 0.61
Hex BD 7B A5 0 23 D 1A 142 21 3D
Octal 275 173 245 0 43 15 32 502 41 75
Binary 10111101 1111011 10100101 0 100011 1101 11010 101000010 100001 111101

Color Harmonies of #BD7BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BA5

Black with #BD7BA5

Text Example


Text Example

White with #BD7BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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