Html Css Color HEX #BD809F Bouquet

📋 copy color: '#BD809F'

red 189 ◦ green 128 ◦ blue 159

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

Shades of Bouquet #BD809F

Tints of Bouquet #BD809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.89%

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

R = 39.71%
G = 26.89%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD809F (or 0xBD809F) is known color: Bouquet. HEX triplet: BD, 80 and 9F. RGB value is (189,128,159). Sum of RGB (Red+Green+Blue) = 189+128+159=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD809F is #427F60. Grayscale: #959595. Windows color (decimal): -4357985 or 10453181. OLE color: 10453181.

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

Color convert

RGB 189 128 159 -
CMYK 0 0.32 0.16 0.26
HSL 329.51º 0.32% 0.62% -
HSV(B) 329.51º 0.32% 0.74% -
XYZ 34.96 28.76 36.51 -
YUV 149.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 189 128 159 0 0.32 0.16 0.26 329.51 0.32 0.62
Hex BD 80 9F 0 20 10 1A 14A 20 3E
Octal 275 200 237 0 40 20 32 512 40 76
Binary 10111101 10000000 10011111 0 100000 10000 11010 101001010 100000 111110

Color Harmonies of #BD809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD809F

Black with #BD809F

Text Example


Text Example

White with #BD809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD809F; }

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

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

background-color css

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

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

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

border-color css

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

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

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