Html Css Color HEX #BC8EB7 London Hue

📋 copy color: '#BC8EB7'

red 188 ◦ green 142 ◦ blue 183

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

Shades of London Hue #BC8EB7

Tints of London Hue #BC8EB7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.68%

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

R = 36.65%
G = 27.68%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC8EB7 (or 0xBC8EB7) is known color: London Hue. HEX triplet: BC, 8E and B7. RGB value is (188,142,183). Sum of RGB (Red+Green+Blue) = 188+142+183=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EB7 is #437148. Grayscale: #A0A0A0. Windows color (decimal): -4419913 or 12029628. OLE color: 12029628.

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

Color convert

RGB 188 142 183 -
CMYK 0 0.24 0.03 0.26
HSL 306.52º 0.26% 0.65% -
HSV(B) 306.52º 0.24% 0.74% -
XYZ 38.96 33.46 49.2 -
YUV 160.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 188 142 183 0 0.24 0.03 0.26 306.52 0.26 0.65
Hex BC 8E B7 0 18 3 1A 133 1A 41
Octal 274 216 267 0 30 3 32 463 32 101
Binary 10111100 10001110 10110111 0 11000 11 11010 100110011 11010 1000001

Color Harmonies of #BC8EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8EB7

Black with #BC8EB7

Text Example


Text Example

White with #BC8EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8EB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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