Html Css Color HEX #BC8CB4 London Hue

📋 copy color: '#BC8CB4'

red 188 ◦ green 140 ◦ blue 180

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

Shades of London Hue #BC8CB4

Tints of London Hue #BC8CB4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.56%

 BLUE value IS 180 (70.7% from 255) = 35.43%

R = 37.01%
G = 27.56%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC8CB4 (or 0xBC8CB4) is known color: London Hue. HEX triplet: BC, 8C and B4. RGB value is (188,140,180). Sum of RGB (Red+Green+Blue) = 188+140+180=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CB4 is #43734B. Grayscale: #9E9E9E. Windows color (decimal): -4420428 or 11832508. OLE color: 11832508.

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

Color convert

RGB 188 140 180 -
CMYK 0 0.26 0.04 0.26
HSL 310º 0.26% 0.64% -
HSV(B) 310º 0.26% 0.74% -
XYZ 38.36 32.74 47.48 -
YUV 158.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 188 140 180 0 0.26 0.04 0.26 310 0.26 0.64
Hex BC 8C B4 0 1A 4 1A 136 1A 40
Octal 274 214 264 0 32 4 32 466 32 100
Binary 10111100 10001100 10110100 0 11010 100 11010 100110110 11010 1000000

Color Harmonies of #BC8CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CB4

Black with #BC8CB4

Text Example


Text Example

White with #BC8CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CB4; }

 p { color: rgb(188,140,180); }

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

background-color css

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

 a { background-color: rgb(188,140,180); }

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

border-color css

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

 span { border-color: rgb(188,140,180); }

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