Html Css Color HEX #BD86A3 Bouquet

📋 copy color: '#BD86A3'

red 189 ◦ green 134 ◦ blue 163

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

Shades of Bouquet #BD86A3

Tints of Bouquet #BD86A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.54%

R = 38.89%
G = 27.57%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD86A3 (or 0xBD86A3) is known color: Bouquet. HEX triplet: BD, 86 and A3. RGB value is (189,134,163). Sum of RGB (Red+Green+Blue) = 189+134+163=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD86A3 is #42795C. Grayscale: #999999. Windows color (decimal): -4356445 or 10716861. OLE color: 10716861.

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

Color convert

RGB 189 134 163 -
CMYK 0 0.29 0.14 0.26
HSL 328.36º 0.29% 0.63% -
HSV(B) 328.36º 0.29% 0.74% -
XYZ 36.12 30.51 38.64 -
YUV 153.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 189 134 163 0 0.29 0.14 0.26 328.36 0.29 0.63
Hex BD 86 A3 0 1D E 1A 148 1D 3F
Octal 275 206 243 0 35 16 32 510 35 77
Binary 10111101 10000110 10100011 0 11101 1110 11010 101001000 11101 111111

Color Harmonies of #BD86A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD86A3

Black with #BD86A3

Text Example


Text Example

White with #BD86A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD86A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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