Html Css Color HEX #BD6898 Hopbush

📋 copy color: '#BD6898'

red 189 ◦ green 104 ◦ blue 152

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

Shades of Hopbush #BD6898

Tints of Hopbush #BD6898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.16%

R = 42.47%
G = 23.37%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD6898 (or 0xBD6898) is known color: Hopbush. HEX triplet: BD, 68 and 98. RGB value is (189,104,152). Sum of RGB (Red+Green+Blue) = 189+104+152=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6898 is #429767. Grayscale: #868686. Windows color (decimal): -4364136 or 9988285. OLE color: 9988285.

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

Color convert

RGB 189 104 152 -
CMYK 0 0.45 0.20 0.26
HSL 326.12º 0.39% 0.57% -
HSV(B) 326.12º 0.45% 0.74% -
XYZ 31.6 22.99 32.48 -
YUV 134.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 189 104 152 0 0.45 0.20 0.26 326.12 0.39 0.57
Hex BD 68 98 0 2D 14 1A 146 27 39
Octal 275 150 230 0 55 24 32 506 47 71
Binary 10111101 1101000 10011000 0 101101 10100 11010 101000110 100111 111001

Color Harmonies of #BD6898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6898

Black with #BD6898

Text Example


Text Example

White with #BD6898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6898; }

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

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

background-color css

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

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

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

border-color css

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

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

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