Html Css Color HEX #BC8AB1 London Hue

📋 copy color: '#BC8AB1'

red 188 ◦ green 138 ◦ blue 177

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

Shades of London Hue #BC8AB1

Tints of London Hue #BC8AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 37.38%
G = 27.44%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC8AB1 (or 0xBC8AB1) is known color: London Hue. HEX triplet: BC, 8A and B1. RGB value is (188,138,177). Sum of RGB (Red+Green+Blue) = 188+138+177=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8AB1 is #43754E. Grayscale: #9D9D9D. Windows color (decimal): -4420943 or 11635388. OLE color: 11635388.

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

Color convert

RGB 188 138 177 -
CMYK 0 0.27 0.06 0.26
HSL 313.2º 0.27% 0.64% -
HSV(B) 313.2º 0.27% 0.74% -
XYZ 37.76 32.04 45.79 -
YUV 157.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 188 138 177 0 0.27 0.06 0.26 313.2 0.27 0.64
Hex BC 8A B1 0 1B 6 1A 139 1B 40
Octal 274 212 261 0 33 6 32 471 33 100
Binary 10111100 10001010 10110001 0 11011 110 11010 100111001 11011 1000000

Color Harmonies of #BC8AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8AB1

Black with #BC8AB1

Text Example


Text Example

White with #BC8AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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