#BD699C

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

Shades of Hopbush #BD699C

Tints of Hopbush #BD699C

Color information

#BD699C (or 0xBD699C) is unknown color: approx Hopbush. HEX triplet: BD, 69 and 9C. RGB value is (189,105,156). Sum of RGB (Red+Green+Blue) = 189+105+156=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD699C is #429663. Grayscale: #878787. Windows color (decimal): -4363876 or 10250685. OLE color: 10250685.

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

Color convert

RGB189105156-
CMYK00.440.170.26
HSL323.57º38.89%57.65%-
HSV(B)323.57º44.44%74.12%-
XYZ32.0423.3234.27-
YUV135.93139.33165.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=42%
G=23.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910515600.440.170.26323.5738.8957.65
HexBD699C02C111A144273a
Octal27515123405421325044772
Binary1011110111010011001110001011001000111010101000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD699C; }

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

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

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

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

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

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

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

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