Html Css Color HEX #BD689C Hopbush

📋 copy color: '#BD689C'

red 189 ◦ green 104 ◦ blue 156

#BD689C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #BD689C

Tints of Hopbush #BD689C

RGB

 RED value IS 189 (74.22% from 255) = 42.09%

 GREEN value IS 104 (41.02% from 255) = 23.16%

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 42.09%
G = 23.16%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD689C (or 0xBD689C) is known color: Hopbush. HEX triplet: BD, 68 and 9C. RGB value is (189,104,156). Sum of RGB (Red+Green+Blue) = 189+104+156=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD689C is #429763. Grayscale: #878787. Windows color (decimal): -4364132 or 10250429. OLE color: 10250429.

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

Color convert

RGB 189 104 156 -
CMYK 0 0.45 0.17 0.26
HSL 323.29º 0.39% 0.57% -
HSV(B) 323.29º 0.45% 0.74% -
XYZ 31.94 23.12 34.23 -
YUV 135.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 189 104 156 0 0.45 0.17 0.26 323.29 0.39 0.57
Hex BD 68 9C 0 2D 11 1A 143 27 39
Octal 275 150 234 0 55 21 32 503 47 71
Binary 10111101 1101000 10011100 0 101101 10001 11010 101000011 100111 111001

Color Harmonies of #BD689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD689C

Black with #BD689C

Text Example


Text Example

White with #BD689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD689C; }

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

 H1.HeaderClassName
 {
   color: #BD689C;
 }
 .AnyTagClassName
 {
   color: #BD689C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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