Html Css Color HEX #BC8FBA London Hue

📋 copy color: '#BC8FBA'

red 188 ◦ green 143 ◦ blue 186

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

Shades of London Hue #BC8FBA

Tints of London Hue #BC8FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.66%

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 36.36%
G = 27.66%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC8FBA (or 0xBC8FBA) is known color: London Hue. HEX triplet: BC, 8F and BA. RGB value is (188,143,186). Sum of RGB (Red+Green+Blue) = 188+143+186=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FBA is #437045. Grayscale: #A1A1A1. Windows color (decimal): -4419654 or 12226492. OLE color: 12226492.

HSL color Cylindrical-coordinate representation of color #BC8FBA: hue angle of 302.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8FBA is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 143 186 -
CMYK 0 0.24 0.01 0.26
HSL 302.67º 0.25% 0.65% -
HSV(B) 302.67º 0.24% 0.74% -
XYZ 39.42 33.88 50.92 -
YUV 161.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 188 143 186 0 0.24 0.01 0.26 302.67 0.25 0.65
Hex BC 8F BA 0 18 1 1A 12F 19 41
Octal 274 217 272 0 30 1 32 457 31 101
Binary 10111100 10001111 10111010 0 11000 1 11010 100101111 11001 1000001

Color Harmonies of #BC8FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FBA

Black with #BC8FBA

Text Example


Text Example

White with #BC8FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FBA; }

 p { color: rgb(188,143,186); }

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

background-color css

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

 a { background-color: rgb(188,143,186); }

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

border-color css

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

 span { border-color: rgb(188,143,186); }

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