Html Css Color HEX #BC699D Hopbush

📋 copy color: '#BC699D'

red 188 ◦ green 105 ◦ blue 157

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

Shades of Hopbush #BC699D

Tints of Hopbush #BC699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 41.78%
G = 23.33%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC699D (or 0xBC699D) is known color: Hopbush. HEX triplet: BC, 69 and 9D. RGB value is (188,105,157). Sum of RGB (Red+Green+Blue) = 188+105+157=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC699D is #439662. Grayscale: #878787. Windows color (decimal): -4429411 or 10316220. OLE color: 10316220.

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

Color convert

RGB 188 105 157 -
CMYK 0 0.44 0.16 0.26
HSL 322.41º 0.38% 0.57% -
HSV(B) 322.41º 0.44% 0.74% -
XYZ 31.88 23.23 34.7 -
YUV 135.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 188 105 157 0 0.44 0.16 0.26 322.41 0.38 0.57
Hex BC 69 9D 0 2C 10 1A 142 26 39
Octal 274 151 235 0 54 20 32 502 46 71
Binary 10111100 1101001 10011101 0 101100 10000 11010 101000010 100110 111001

Color Harmonies of #BC699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC699D

Black with #BC699D

Text Example


Text Example

White with #BC699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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