Html Css Color HEX #BC8DBB London Hue

📋 copy color: '#BC8DBB'

red 188 ◦ green 141 ◦ blue 187

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

Shades of London Hue #BC8DBB

Tints of London Hue #BC8DBB

RGB

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

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

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

R = 36.43%
G = 27.33%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC8DBB (or 0xBC8DBB) is known color: London Hue. HEX triplet: BC, 8D and BB. RGB value is (188,141,187). Sum of RGB (Red+Green+Blue) = 188+141+187=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DBB is #437244. Grayscale: #A0A0A0. Windows color (decimal): -4420165 or 12291516. OLE color: 12291516.

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

Color convert

RGB 188 141 187 -
CMYK 0 0.25 0.01 0.26
HSL 301.28º 0.26% 0.65% -
HSV(B) 301.28º 0.25% 0.74% -
XYZ 39.23 33.33 51.38 -
YUV 160.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 188 141 187 0 0.25 0.01 0.26 301.28 0.26 0.65
Hex BC 8D BB 0 19 1 1A 12D 1A 41
Octal 274 215 273 0 31 1 32 455 32 101
Binary 10111100 10001101 10111011 0 11001 1 11010 100101101 11010 1000001

Color Harmonies of #BC8DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DBB

Black with #BC8DBB

Text Example


Text Example

White with #BC8DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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