Html Css Color HEX #BD6988 Tapestry

📋 copy color: '#BD6988'

red 189 ◦ green 105 ◦ blue 136

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

Shades of Tapestry #BD6988

Tints of Tapestry #BD6988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 43.95%
G = 24.42%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD6988 (or 0xBD6988) is known color: Tapestry. HEX triplet: BD, 69 and 88. RGB value is (189,105,136). Sum of RGB (Red+Green+Blue) = 189+105+136=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6988 is #429677. Grayscale: #858585. Windows color (decimal): -4363896 or 8939965. OLE color: 8939965.

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

Color convert

RGB 189 105 136 -
CMYK 0 0.44 0.28 0.26
HSL 337.86º 0.39% 0.58% -
HSV(B) 337.86º 0.44% 0.74% -
XYZ 30.48 22.7 26.07 -
YUV 133.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 189 105 136 0 0.44 0.28 0.26 337.86 0.39 0.58
Hex BD 69 88 0 2C 1C 1A 152 27 3A
Octal 275 151 210 0 54 34 32 522 47 72
Binary 10111101 1101001 10001000 0 101100 11100 11010 101010010 100111 111010

Color Harmonies of #BD6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6988

Black with #BD6988

Text Example


Text Example

White with #BD6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6988; }

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

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

background-color css

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

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

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

border-color css

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

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

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