Html Css Color HEX #BC8AAE London Hue

📋 copy color: '#BC8AAE'

red 188 ◦ green 138 ◦ blue 174

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

Shades of London Hue #BC8AAE

Tints of London Hue #BC8AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 37.6%
G = 27.6%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC8AAE (or 0xBC8AAE) is known color: London Hue. HEX triplet: BC, 8A and AE. RGB value is (188,138,174). Sum of RGB (Red+Green+Blue) = 188+138+174=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8AAE is #437551. Grayscale: #9C9C9C. Windows color (decimal): -4420946 or 11438780. OLE color: 11438780.

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

Color convert

RGB 188 138 174 -
CMYK 0 0.27 0.07 0.26
HSL 316.8º 0.27% 0.64% -
HSV(B) 316.8º 0.27% 0.74% -
XYZ 37.47 31.92 44.23 -
YUV 157.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 188 138 174 0 0.27 0.07 0.26 316.8 0.27 0.64
Hex BC 8A AE 0 1B 7 1A 13D 1B 40
Octal 274 212 256 0 33 7 32 475 33 100
Binary 10111100 10001010 10101110 0 11011 111 11010 100111101 11011 1000000

Color Harmonies of #BC8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8AAE

Black with #BC8AAE

Text Example


Text Example

White with #BC8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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