Html Css Color HEX #BD87A4 Bouquet

📋 copy color: '#BD87A4'

red 189 ◦ green 135 ◦ blue 164

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

Shades of Bouquet #BD87A4

Tints of Bouquet #BD87A4

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.66%

 BLUE value IS 164 (64.45% from 255) = 33.61%

R = 38.73%
G = 27.66%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD87A4 (or 0xBD87A4) is known color: Bouquet. HEX triplet: BD, 87 and A4. RGB value is (189,135,164). Sum of RGB (Red+Green+Blue) = 189+135+164=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD87A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD87A4 is #42785B. Grayscale: #9A9A9A. Windows color (decimal): -4356188 or 10782653. OLE color: 10782653.

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

Color convert

RGB 189 135 164 -
CMYK 0 0.29 0.13 0.26
HSL 327.78º 0.29% 0.64% -
HSV(B) 327.78º 0.29% 0.74% -
XYZ 36.35 30.83 39.16 -
YUV 154.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 189 135 164 0 0.29 0.13 0.26 327.78 0.29 0.64
Hex BD 87 A4 0 1D D 1A 148 1D 40
Octal 275 207 244 0 35 15 32 510 35 100
Binary 10111101 10000111 10100100 0 11101 1101 11010 101001000 11101 1000000

Color Harmonies of #BD87A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD87A4

Black with #BD87A4

Text Example


Text Example

White with #BD87A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD87A4; }

 p { color: rgb(189,135,164); }

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

background-color css

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

 a { background-color: rgb(189,135,164); }

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

border-color css

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

 span { border-color: rgb(189,135,164); }

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