Html Css Color HEX #BD86A5 Bouquet

📋 copy color: '#BD86A5'

red 189 ◦ green 134 ◦ blue 165

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

Shades of Bouquet #BD86A5

Tints of Bouquet #BD86A5

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.46%

 BLUE value IS 165 (64.84% from 255) = 33.81%

R = 38.73%
G = 27.46%
B = 33.81%

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

#BD86A5 (or 0xBD86A5) is known color: Bouquet. HEX triplet: BD, 86 and A5. RGB value is (189,134,165). Sum of RGB (Red+Green+Blue) = 189+134+165=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD86A5 is #42795A. Grayscale: #999999. Windows color (decimal): -4356443 or 10847933. OLE color: 10847933.

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

Color convert

RGB 189 134 165 -
CMYK 0 0.29 0.13 0.26
HSL 326.18º 0.29% 0.63% -
HSV(B) 326.18º 0.29% 0.74% -
XYZ 36.3 30.59 39.59 -
YUV 153.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 189 134 165 0 0.29 0.13 0.26 326.18 0.29 0.63
Hex BD 86 A5 0 1D D 1A 146 1D 3F
Octal 275 206 245 0 35 15 32 506 35 77
Binary 10111101 10000110 10100101 0 11101 1101 11010 101000110 11101 111111

Color Harmonies of #BD86A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD86A5

Black with #BD86A5

Text Example


Text Example

White with #BD86A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD86A5; }

 p { color: rgb(189,134,165); }

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

background-color css

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

 a { background-color: rgb(189,134,165); }

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

border-color css

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

 span { border-color: rgb(189,134,165); }

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