Html Css Color HEX #BC699C Hopbush

📋 copy color: '#BC699C'

red 188 ◦ green 105 ◦ blue 156

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

Shades of Hopbush #BC699C

Tints of Hopbush #BC699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 41.87%
G = 23.39%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC699C (or 0xBC699C) is known color: Hopbush. HEX triplet: BC, 69 and 9C. RGB value is (188,105,156). Sum of RGB (Red+Green+Blue) = 188+105+156=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC699C is #439663. Grayscale: #878787. Windows color (decimal): -4429412 or 10250684. OLE color: 10250684.

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

Color convert

RGB 188 105 156 -
CMYK 0 0.44 0.17 0.26
HSL 323.13º 0.38% 0.57% -
HSV(B) 323.13º 0.44% 0.74% -
XYZ 31.79 23.19 34.25 -
YUV 135.63 139.5 165.35 -
System Red Green Blue C M Y K H S L
Decimal 188 105 156 0 0.44 0.17 0.26 323.13 0.38 0.57
Hex BC 69 9C 0 2C 11 1A 143 26 39
Octal 274 151 234 0 54 21 32 503 46 71
Binary 10111100 1101001 10011100 0 101100 10001 11010 101000011 100110 111001

Color Harmonies of #BC699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC699C

Black with #BC699C

Text Example


Text Example

White with #BC699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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