Html Css Color HEX #BD698D Hopbush

📋 copy color: '#BD698D'

red 189 ◦ green 105 ◦ blue 141

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

Shades of Hopbush #BD698D

Tints of Hopbush #BD698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.14%

 BLUE value IS 141 (55.47% from 255) = 32.41%

R = 43.45%
G = 24.14%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD698D (or 0xBD698D) is known color: Hopbush. HEX triplet: BD, 69 and 8D. RGB value is (189,105,141). Sum of RGB (Red+Green+Blue) = 189+105+141=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD698D is #429672. Grayscale: #868686. Windows color (decimal): -4363891 or 9267645. OLE color: 9267645.

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

Color convert

RGB 189 105 141 -
CMYK 0 0.44 0.25 0.26
HSL 334.29º 0.39% 0.58% -
HSV(B) 334.29º 0.44% 0.74% -
XYZ 30.85 22.85 27.98 -
YUV 134.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 189 105 141 0 0.44 0.25 0.26 334.29 0.39 0.58
Hex BD 69 8D 0 2C 19 1A 14E 27 3A
Octal 275 151 215 0 54 31 32 516 47 72
Binary 10111101 1101001 10001101 0 101100 11001 11010 101001110 100111 111010

Color Harmonies of #BD698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD698D

Black with #BD698D

Text Example


Text Example

White with #BD698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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