Html Css Color HEX #BC8BBB London Hue

📋 copy color: '#BC8BBB'

red 188 ◦ green 139 ◦ blue 187

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

Shades of London Hue #BC8BBB

Tints of London Hue #BC8BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.04%

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 36.58%
G = 27.04%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC8BBB (or 0xBC8BBB) is known color: London Hue. HEX triplet: BC, 8B and BB. RGB value is (188,139,187). Sum of RGB (Red+Green+Blue) = 188+139+187=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BBB is #437444. Grayscale: #9E9E9E. Windows color (decimal): -4420677 or 12291004. OLE color: 12291004.

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

Color convert

RGB 188 139 187 -
CMYK 0 0.26 0.01 0.26
HSL 301.22º 0.27% 0.64% -
HSV(B) 301.22º 0.26% 0.74% -
XYZ 38.94 32.74 51.28 -
YUV 159.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 188 139 187 0 0.26 0.01 0.26 301.22 0.27 0.64
Hex BC 8B BB 0 1A 1 1A 12D 1B 40
Octal 274 213 273 0 32 1 32 455 33 100
Binary 10111100 10001011 10111011 0 11010 1 11010 100101101 11011 1000000

Color Harmonies of #BC8BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BBB

Black with #BC8BBB

Text Example


Text Example

White with #BC8BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BBB; }

 p { color: rgb(188,139,187); }

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

background-color css

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

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

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

border-color css

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

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

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