Html Css Color HEX #BC8ABE London Hue

📋 copy color: '#BC8ABE'

red 188 ◦ green 138 ◦ blue 190

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

Shades of London Hue #BC8ABE

Tints of London Hue #BC8ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.74%

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 36.43%
G = 26.74%
B = 36.82%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC8ABE (or 0xBC8ABE) is known color: London Hue. HEX triplet: BC, 8A and BE. RGB value is (188,138,190). Sum of RGB (Red+Green+Blue) = 188+138+190=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ABE is #437541. Grayscale: #9E9E9E. Windows color (decimal): -4420930 or 12487356. OLE color: 12487356.

HSL color Cylindrical-coordinate representation of color #BC8ABE: hue angle of 297.69º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8ABE is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 138 190 -
CMYK 0.01 0.27 0 0.25
HSL 297.69º 0.29% 0.64% -
HSV(B) 297.69º 0.27% 0.75% -
XYZ 39.12 32.59 52.94 -
YUV 158.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 188 138 190 0.01 0.27 0 0.25 297.69 0.29 0.64
Hex BC 8A BE 1 1B 0 19 12A 1D 40
Octal 274 212 276 1 33 0 31 452 35 100
Binary 10111100 10001010 10111110 1 11011 0 11001 100101010 11101 1000000

Color Harmonies of #BC8ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8ABE

Black with #BC8ABE

Text Example


Text Example

White with #BC8ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8ABE; }

 p { color: rgb(188,138,190); }

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

background-color css

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

 a { background-color: rgb(188,138,190); }

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

border-color css

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

 span { border-color: rgb(188,138,190); }

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