Html Css Color HEX #BC698E Hopbush

📋 copy color: '#BC698E'

red 188 ◦ green 105 ◦ blue 142

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

Shades of Hopbush #BC698E

Tints of Hopbush #BC698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.64%

R = 43.22%
G = 24.14%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC698E (or 0xBC698E) is known color: Hopbush. HEX triplet: BC, 69 and 8E. RGB value is (188,105,142). Sum of RGB (Red+Green+Blue) = 188+105+142=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC698E is #439671. Grayscale: #858585. Windows color (decimal): -4429426 or 9333180. OLE color: 9333180.

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

Color convert

RGB 188 105 142 -
CMYK 0 0.44 0.24 0.26
HSL 333.25º 0.38% 0.57% -
HSV(B) 333.25º 0.44% 0.74% -
XYZ 30.67 22.75 28.37 -
YUV 134.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 188 105 142 0 0.44 0.24 0.26 333.25 0.38 0.57
Hex BC 69 8E 0 2C 18 1A 14D 26 39
Octal 274 151 216 0 54 30 32 515 46 71
Binary 10111100 1101001 10001110 0 101100 11000 11010 101001101 100110 111001

Color Harmonies of #BC698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC698E

Black with #BC698E

Text Example


Text Example

White with #BC698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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