Html Css Color HEX #BC8ABC London Hue

📋 copy color: '#BC8ABC'

red 188 ◦ green 138 ◦ blue 188

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

Shades of London Hue #BC8ABC

Tints of London Hue #BC8ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 36.58%
G = 26.85%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC8ABC (or 0xBC8ABC) is known color: London Hue. HEX triplet: BC, 8A and BC. RGB value is (188,138,188). Sum of RGB (Red+Green+Blue) = 188+138+188=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ABC is #437543. Grayscale: #9E9E9E. Windows color (decimal): -4420932 or 12356284. OLE color: 12356284.

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

Color convert

RGB 188 138 188 -
CMYK 0 0.27 0 0.26
HSL 300º 0.27% 0.64% -
HSV(B) 300º 0.27% 0.74% -
XYZ 38.9 32.5 51.8 -
YUV 158.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 188 138 188 0 0.27 0 0.26 300 0.27 0.64
Hex BC 8A BC 0 1B 0 1A 12C 1B 40
Octal 274 212 274 0 33 0 32 454 33 100
Binary 10111100 10001010 10111100 0 11011 0 11010 100101100 11011 1000000

Color Harmonies of #BC8ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8ABC

Black with #BC8ABC

Text Example


Text Example

White with #BC8ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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