Html Css Color HEX #BC8DB2 London Hue

📋 copy color: '#BC8DB2'

red 188 ◦ green 141 ◦ blue 178

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

Shades of London Hue #BC8DB2

Tints of London Hue #BC8DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 37.08%
G = 27.81%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC8DB2 (or 0xBC8DB2) is known color: London Hue. HEX triplet: BC, 8D and B2. RGB value is (188,141,178). Sum of RGB (Red+Green+Blue) = 188+141+178=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DB2 is #43724D. Grayscale: #9F9F9F. Windows color (decimal): -4420174 or 11701692. OLE color: 11701692.

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

Color convert

RGB 188 141 178 -
CMYK 0 0.25 0.05 0.26
HSL 312.77º 0.26% 0.65% -
HSV(B) 312.77º 0.25% 0.74% -
XYZ 38.3 32.96 46.46 -
YUV 159.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 188 141 178 0 0.25 0.05 0.26 312.77 0.26 0.65
Hex BC 8D B2 0 19 5 1A 139 1A 41
Octal 274 215 262 0 31 5 32 471 32 101
Binary 10111100 10001101 10110010 0 11001 101 11010 100111001 11010 1000001

Color Harmonies of #BC8DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DB2

Black with #BC8DB2

Text Example


Text Example

White with #BC8DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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