Html Css Color HEX #BC698C Tapestry

📋 copy color: '#BC698C'

red 188 ◦ green 105 ◦ blue 140

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

Shades of Tapestry #BC698C

Tints of Tapestry #BC698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 43.42%
G = 24.25%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC698C (or 0xBC698C) is known color: Tapestry. HEX triplet: BC, 69 and 8C. RGB value is (188,105,140). Sum of RGB (Red+Green+Blue) = 188+105+140=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC698C is #439673. Grayscale: #858585. Windows color (decimal): -4429428 or 9202108. OLE color: 9202108.

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

Color convert

RGB 188 105 140 -
CMYK 0 0.44 0.26 0.26
HSL 334.7º 0.38% 0.57% -
HSV(B) 334.7º 0.44% 0.74% -
XYZ 30.52 22.69 27.58 -
YUV 133.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 188 105 140 0 0.44 0.26 0.26 334.7 0.38 0.57
Hex BC 69 8C 0 2C 1A 1A 14F 26 39
Octal 274 151 214 0 54 32 32 517 46 71
Binary 10111100 1101001 10001100 0 101100 11010 11010 101001111 100110 111001

Color Harmonies of #BC698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC698C

Black with #BC698C

Text Example


Text Example

White with #BC698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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