Html Css Color HEX #BD669B Hopbush

📋 copy color: '#BD669B'

red 189 ◦ green 102 ◦ blue 155

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

Shades of Hopbush #BD669B

Tints of Hopbush #BD669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.87%

 BLUE value IS 155 (60.94% from 255) = 34.75%

R = 42.38%
G = 22.87%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD669B (or 0xBD669B) is known color: Hopbush. HEX triplet: BD, 66 and 9B. RGB value is (189,102,155). Sum of RGB (Red+Green+Blue) = 189+102+155=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD669B is #429964. Grayscale: #858585. Windows color (decimal): -4364645 or 10184381. OLE color: 10184381.

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

Color convert

RGB 189 102 155 -
CMYK 0 0.46 0.18 0.26
HSL 323.45º 0.4% 0.57% -
HSV(B) 323.45º 0.46% 0.74% -
XYZ 31.65 22.69 33.72 -
YUV 134.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 189 102 155 0 0.46 0.18 0.26 323.45 0.4 0.57
Hex BD 66 9B 0 2E 12 1A 143 28 39
Octal 275 146 233 0 56 22 32 503 50 71
Binary 10111101 1100110 10011011 0 101110 10010 11010 101000011 101000 111001

Color Harmonies of #BD669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD669B

Black with #BD669B

Text Example


Text Example

White with #BD669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD669B; }

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

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

background-color css

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

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

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

border-color css

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

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

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