#BD668E

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

Shades of Hopbush #BD668E

Tints of Hopbush #BD668E

Color information

#BD668E (or 0xBD668E) is unknown color: approx Hopbush. HEX triplet: BD, 66 and 8E. RGB value is (189,102,142). Sum of RGB (Red+Green+Blue) = 189+102+142=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD668E is #429971. Grayscale: #848484. Windows color (decimal): -4364658 or 9332413. OLE color: 9332413.

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

Color convert

RGB189102142-
CMYK00.460.250.26
HSL332.41º39.73%57.06%-
HSV(B)332.41º46.03%74.12%-
XYZ30.6222.2728.28-
YUV132.57133.32168.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=43.65%
G=23.56%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910214200.460.250.26332.4139.7357.06
HexBD668E02E191A14c2839
Octal27514621605631325145071
Binary1011110111001101000111001011101100111010101001100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD668E; }

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

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

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

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

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

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

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

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