Html Css Color HEX #BC699B Hopbush

📋 copy color: '#BC699B'

red 188 ◦ green 105 ◦ blue 155

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

Shades of Hopbush #BC699B

Tints of Hopbush #BC699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 41.96%
G = 23.44%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC699B (or 0xBC699B) is known color: Hopbush. HEX triplet: BC, 69 and 9B. RGB value is (188,105,155). Sum of RGB (Red+Green+Blue) = 188+105+155=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC699B is #439664. Grayscale: #878787. Windows color (decimal): -4429413 or 10185148. OLE color: 10185148.

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

Color convert

RGB 188 105 155 -
CMYK 0 0.44 0.18 0.26
HSL 323.86º 0.38% 0.57% -
HSV(B) 323.86º 0.44% 0.74% -
XYZ 31.71 23.16 33.81 -
YUV 135.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 188 105 155 0 0.44 0.18 0.26 323.86 0.38 0.57
Hex BC 69 9B 0 2C 12 1A 144 26 39
Octal 274 151 233 0 54 22 32 504 46 71
Binary 10111100 1101001 10011011 0 101100 10010 11010 101000100 100110 111001

Color Harmonies of #BC699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC699B

Black with #BC699B

Text Example


Text Example

White with #BC699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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