#BD669C

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

Shades of Hopbush #BD669C

Tints of Hopbush #BD669C

Color information

#BD669C (or 0xBD669C) is unknown color: approx Hopbush. HEX triplet: BD, 66 and 9C. RGB value is (189,102,156). Sum of RGB (Red+Green+Blue) = 189+102+156=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD669C is #429963. Grayscale: #868686. Windows color (decimal): -4364644 or 10249917. OLE color: 10249917.

HSL color Cylindrical-coordinate representation of color #BD669C: hue angle of 322.76º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD669C is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB189102156-
CMYK00.460.170.26
HSL322.76º39.73%57.06%-
HSV(B)322.76º46.03%74.12%-
XYZ31.7422.7234.17-
YUV134.17140.32167.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=42.28%
G=22.82%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910215600.460.170.26322.7639.7357.06
HexBD669C02E111A1432839
Octal27514623405621325035071
Binary1011110111001101001110001011101000111010101000011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD669C; }

 p { color: rgb(189,102,156); }

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

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

 a { background-color: rgb(189,102,156); }

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

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

 span { border-color: rgb(189,102,156); }

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