#BD6CA8

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

Shades of Bouquet #BD6CA8

Tints of Bouquet #BD6CA8

Color information

#BD6CA8 (or 0xBD6CA8) is unknown color: approx Bouquet. HEX triplet: BD, 6C and A8. RGB value is (189,108,168). Sum of RGB (Red+Green+Blue) = 189+108+168=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6CA8 is #429357. Grayscale: #8A8A8A. Windows color (decimal): -4363096 or 11037885. OLE color: 11037885.

HSL color Cylindrical-coordinate representation of color #BD6CA8: hue angle of 315.56º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6CA8 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB189108168-
CMYK00.430.110.26
HSL315.56º38.03%58.24%-
HSV(B)315.56º42.86%74.12%-
XYZ33.4224.3739.99-
YUV139.06144.34163.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 168 (66.02% from 255) = 36.13%
R=40.65%
G=23.23%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910816800.430.110.26315.5638.0358.24
HexBD6CA802BB1A13c263a
Octal27515425005313324744672
Binary101111011101100101010000101011101111010100111100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6CA8; }

 p { color: rgb(189,108,168); }

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

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

 a { background-color: rgb(189,108,168); }

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

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

 span { border-color: rgb(189,108,168); }

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