#BD69A4

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

Shades of Bouquet #BD69A4

Tints of Bouquet #BD69A4

Color information

#BD69A4 (or 0xBD69A4) is unknown color: approx Bouquet. HEX triplet: BD, 69 and A4. RGB value is (189,105,164). Sum of RGB (Red+Green+Blue) = 189+105+164=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD69A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD69A4 is #42965B. Grayscale: #888888. Windows color (decimal): -4363868 or 10774973. OLE color: 10774973.

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

Color convert

RGB189105164-
CMYK00.440.130.26
HSL317.86º38.89%57.65%-
HSV(B)317.86º44.44%74.12%-
XYZ32.7423.637.95-
YUV136.84143.33165.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 105 (41.41% from 255) = 22.93%
BLUE value IS 164 (64.45% from 255) = 35.81%
R=41.27%
G=22.93%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910516400.440.130.26317.8638.8957.65
HexBD69A402CD1A13e273a
Octal27515124405415324764772
Binary101111011101001101001000101100110111010100111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD69A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD69A4; }

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

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

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

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

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

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

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

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