Html Css Color HEX #BC6988 Tapestry

📋 copy color: '#BC6988'

red 188 ◦ green 105 ◦ blue 136

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

Shades of Tapestry #BC6988

Tints of Tapestry #BC6988

RGB

 RED value IS 188 (73.83% from 255) = 43.82%

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

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

R = 43.82%
G = 24.48%
B = 31.7%

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

#BC6988 (or 0xBC6988) is known color: Tapestry. HEX triplet: BC, 69 and 88. RGB value is (188,105,136). Sum of RGB (Red+Green+Blue) = 188+105+136=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6988 is #439677. Grayscale: #858585. Windows color (decimal): -4429432 or 8939964. OLE color: 8939964.

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

Color convert

RGB 188 105 136 -
CMYK 0 0.44 0.28 0.26
HSL 337.59º 0.38% 0.57% -
HSV(B) 337.59º 0.44% 0.74% -
XYZ 30.23 22.57 26.06 -
YUV 133.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 188 105 136 0 0.44 0.28 0.26 337.59 0.38 0.57
Hex BC 69 88 0 2C 1C 1A 152 26 39
Octal 274 151 210 0 54 34 32 522 46 71
Binary 10111100 1101001 10001000 0 101100 11100 11010 101010010 100110 111001

Color Harmonies of #BC6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6988

Black with #BC6988

Text Example


Text Example

White with #BC6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6988; }

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

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

background-color css

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

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

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

border-color css

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

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

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