Html Css Color HEX #BC699E Hopbush

📋 copy color: '#BC699E'

red 188 ◦ green 105 ◦ blue 158

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

Shades of Hopbush #BC699E

Tints of Hopbush #BC699E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 41.69%
G = 23.28%
B = 35.03%

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

#BC699E (or 0xBC699E) is known color: Hopbush. HEX triplet: BC, 69 and 9E. RGB value is (188,105,158). Sum of RGB (Red+Green+Blue) = 188+105+158=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC699E is #439661. Grayscale: #878787. Windows color (decimal): -4429410 or 10381756. OLE color: 10381756.

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

Color convert

RGB 188 105 158 -
CMYK 0 0.44 0.16 0.26
HSL 321.69º 0.38% 0.57% -
HSV(B) 321.69º 0.44% 0.74% -
XYZ 31.96 23.26 35.15 -
YUV 135.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 188 105 158 0 0.44 0.16 0.26 321.69 0.38 0.57
Hex BC 69 9E 0 2C 10 1A 142 26 39
Octal 274 151 236 0 54 20 32 502 46 71
Binary 10111100 1101001 10011110 0 101100 10000 11010 101000010 100110 111001

Color Harmonies of #BC699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC699E

Black with #BC699E

Text Example


Text Example

White with #BC699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC699E; }

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

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

background-color css

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

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

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

border-color css

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

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

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