Html Css Color HEX #BD7B9E Bouquet

📋 copy color: '#BD7B9E'

red 189 ◦ green 123 ◦ blue 158

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

Shades of Bouquet #BD7B9E

Tints of Bouquet #BD7B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.62%

R = 40.21%
G = 26.17%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD7B9E (or 0xBD7B9E) is known color: Bouquet. HEX triplet: BD, 7B and 9E. RGB value is (189,123,158). Sum of RGB (Red+Green+Blue) = 189+123+158=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7B9E is #428461. Grayscale: #929292. Windows color (decimal): -4359266 or 10386365. OLE color: 10386365.

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

Color convert

RGB 189 123 158 -
CMYK 0 0.35 0.16 0.26
HSL 328.18º 0.33% 0.61% -
HSV(B) 328.18º 0.35% 0.74% -
XYZ 34.24 27.45 35.84 -
YUV 146.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 189 123 158 0 0.35 0.16 0.26 328.18 0.33 0.61
Hex BD 7B 9E 0 23 10 1A 148 21 3D
Octal 275 173 236 0 43 20 32 510 41 75
Binary 10111101 1111011 10011110 0 100011 10000 11010 101001000 100001 111101

Color Harmonies of #BD7B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B9E

Black with #BD7B9E

Text Example


Text Example

White with #BD7B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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