Html Css Color HEX #BC8BB6 London Hue

📋 copy color: '#BC8BB6'

red 188 ◦ green 139 ◦ blue 182

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

Shades of London Hue #BC8BB6

Tints of London Hue #BC8BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.76%

R = 36.94%
G = 27.31%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC8BB6 (or 0xBC8BB6) is known color: London Hue. HEX triplet: BC, 8B and B6. RGB value is (188,139,182). Sum of RGB (Red+Green+Blue) = 188+139+182=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BB6 is #437449. Grayscale: #9E9E9E. Windows color (decimal): -4420682 or 11963324. OLE color: 11963324.

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

Color convert

RGB 188 139 182 -
CMYK 0 0.26 0.03 0.26
HSL 307.35º 0.27% 0.64% -
HSV(B) 307.35º 0.26% 0.74% -
XYZ 38.42 32.53 48.51 -
YUV 158.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 188 139 182 0 0.26 0.03 0.26 307.35 0.27 0.64
Hex BC 8B B6 0 1A 3 1A 133 1B 40
Octal 274 213 266 0 32 3 32 463 33 100
Binary 10111100 10001011 10110110 0 11010 11 11010 100110011 11011 1000000

Color Harmonies of #BC8BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BB6

Black with #BC8BB6

Text Example


Text Example

White with #BC8BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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