Html Css Color HEX #BC8DB0 London Hue

📋 copy color: '#BC8DB0'

red 188 ◦ green 141 ◦ blue 176

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

Shades of London Hue #BC8DB0

Tints of London Hue #BC8DB0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.92%

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 37.23%
G = 27.92%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC8DB0 (or 0xBC8DB0) is known color: London Hue. HEX triplet: BC, 8D and B0. RGB value is (188,141,176). Sum of RGB (Red+Green+Blue) = 188+141+176=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DB0 is #43724F. Grayscale: #9E9E9E. Windows color (decimal): -4420176 or 11570620. OLE color: 11570620.

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

Color convert

RGB 188 141 176 -
CMYK 0 0.25 0.06 0.26
HSL 315.32º 0.26% 0.65% -
HSV(B) 315.32º 0.25% 0.74% -
XYZ 38.1 32.88 45.41 -
YUV 159.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 188 141 176 0 0.25 0.06 0.26 315.32 0.26 0.65
Hex BC 8D B0 0 19 6 1A 13B 1A 41
Octal 274 215 260 0 31 6 32 473 32 101
Binary 10111100 10001101 10110000 0 11001 110 11010 100111011 11010 1000001

Color Harmonies of #BC8DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DB0

Black with #BC8DB0

Text Example


Text Example

White with #BC8DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DB0; }

 p { color: rgb(188,141,176); }

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

background-color css

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

 a { background-color: rgb(188,141,176); }

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

border-color css

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

 span { border-color: rgb(188,141,176); }

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