Html Css Color HEX #BC8AB7 London Hue

📋 copy color: '#BC8AB7'

red 188 ◦ green 138 ◦ blue 183

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

Shades of London Hue #BC8AB7

Tints of London Hue #BC8AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.95%

R = 36.94%
G = 27.11%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC8AB7 (or 0xBC8AB7) is known color: London Hue. HEX triplet: BC, 8A and B7. RGB value is (188,138,183). Sum of RGB (Red+Green+Blue) = 188+138+183=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AB7 is #437548. Grayscale: #9D9D9D. Windows color (decimal): -4420937 or 12028604. OLE color: 12028604.

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

Color convert

RGB 188 138 183 -
CMYK 0 0.27 0.03 0.26
HSL 306º 0.27% 0.64% -
HSV(B) 306º 0.27% 0.74% -
XYZ 38.37 32.29 49.01 -
YUV 158.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 188 138 183 0 0.27 0.03 0.26 306 0.27 0.64
Hex BC 8A B7 0 1B 3 1A 132 1B 40
Octal 274 212 267 0 33 3 32 462 33 100
Binary 10111100 10001010 10110111 0 11011 11 11010 100110010 11011 1000000

Color Harmonies of #BC8AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8AB7

Black with #BC8AB7

Text Example


Text Example

White with #BC8AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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