Html Css Color HEX #BD7E9E Bouquet

📋 copy color: '#BD7E9E'

red 189 ◦ green 126 ◦ blue 158

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

Shades of Bouquet #BD7E9E

Tints of Bouquet #BD7E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

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

R = 39.96%
G = 26.64%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD7E9E (or 0xBD7E9E) is known color: Bouquet. HEX triplet: BD, 7E and 9E. RGB value is (189,126,158). Sum of RGB (Red+Green+Blue) = 189+126+158=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7E9E is #428161. Grayscale: #949494. Windows color (decimal): -4358498 or 10387133. OLE color: 10387133.

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

Color convert

RGB 189 126 158 -
CMYK 0 0.33 0.16 0.26
HSL 329.52º 0.32% 0.62% -
HSV(B) 329.52º 0.33% 0.74% -
XYZ 34.62 28.21 35.97 -
YUV 148.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 189 126 158 0 0.33 0.16 0.26 329.52 0.32 0.62
Hex BD 7E 9E 0 21 10 1A 14A 20 3E
Octal 275 176 236 0 41 20 32 512 40 76
Binary 10111101 1111110 10011110 0 100001 10000 11010 101001010 100000 111110

Color Harmonies of #BD7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E9E

Black with #BD7E9E

Text Example


Text Example

White with #BD7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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