Html Css Color HEX #BD7E9F Bouquet

📋 copy color: '#BD7E9F'

red 189 ◦ green 126 ◦ blue 159

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

Shades of Bouquet #BD7E9F

Tints of Bouquet #BD7E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 39.87%
G = 26.58%
B = 33.54%

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

#BD7E9F (or 0xBD7E9F) is known color: Bouquet. HEX triplet: BD, 7E and 9F. RGB value is (189,126,159). Sum of RGB (Red+Green+Blue) = 189+126+159=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7E9F is #428160. Grayscale: #949494. Windows color (decimal): -4358497 or 10452669. OLE color: 10452669.

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

Color convert

RGB 189 126 159 -
CMYK 0 0.33 0.16 0.26
HSL 328.57º 0.32% 0.62% -
HSV(B) 328.57º 0.33% 0.74% -
XYZ 34.71 28.24 36.42 -
YUV 148.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 189 126 159 0 0.33 0.16 0.26 328.57 0.32 0.62
Hex BD 7E 9F 0 21 10 1A 149 20 3E
Octal 275 176 237 0 41 20 32 511 40 76
Binary 10111101 1111110 10011111 0 100001 10000 11010 101001001 100000 111110

Color Harmonies of #BD7E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E9F

Black with #BD7E9F

Text Example


Text Example

White with #BD7E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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