#BD6FAB

Color #BD6FAB Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BD6FAB

Tints of Bouquet #BD6FAB

Color information

#BD6FAB (or 0xBD6FAB) is unknown color: approx Bouquet. HEX triplet: BD, 6F and AB. RGB value is (189,111,171). Sum of RGB (Red+Green+Blue) = 189+111+171=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6FAB is #429054. Grayscale: #8D8D8D. Windows color (decimal): -4362325 or 11235261. OLE color: 11235261.

HSL color Cylindrical-coordinate representation of color #BD6FAB: hue angle of 313.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD6FAB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189111171-
CMYK00.410.100.26
HSL313.85º37.14%58.82%-
HSV(B)313.85º41.27%74.12%-
XYZ34.0225.1341.59-
YUV141.16144.84162.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=40.13%
G=23.57%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911117100.410.100.26313.8537.1458.82
HexBD6FAB029A1A13a253b
Octal27515725305112324724573
Binary101111011101111101010110101001101011010100111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6FAB; }

 p { color: rgb(189,111,171); }

 H1.HeaderClassName
 {
   color: #BD6FAB;
 }
 .AnyTagClassName
 {
   color: #BD6FAB;
 }
</style>
background-color css

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

 a { background-color: rgb(189,111,171); }

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

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

 span { border-color: rgb(189,111,171); }

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