Html Css Color HEX #BC85BF London Hue

📋 copy color: '#BC85BF'

red 188 ◦ green 133 ◦ blue 191

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

Shades of London Hue #BC85BF

Tints of London Hue #BC85BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.98%

 BLUE value IS 191 (75% from 255) = 37.3%

R = 36.72%
G = 25.98%
B = 37.3%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC85BF (or 0xBC85BF) is known color: London Hue. HEX triplet: BC, 85 and BF. RGB value is (188,133,191). Sum of RGB (Red+Green+Blue) = 188+133+191=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC85BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85BF is #437A40. Grayscale: #9B9B9B. Windows color (decimal): -4422209 or 12551612. OLE color: 12551612.

HSL color Cylindrical-coordinate representation of color #BC85BF: hue angle of 296.9º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC85BF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 133 191 -
CMYK 0.02 0.30 0 0.25
HSL 296.9º 0.31% 0.64% -
HSV(B) 296.9º 0.3% 0.75% -
XYZ 38.53 31.23 53.29 -
YUV 156.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 188 133 191 0.02 0.30 0 0.25 296.9 0.31 0.64
Hex BC 85 BF 2 1E 0 19 129 1F 40
Octal 274 205 277 2 36 0 31 451 37 100
Binary 10111100 10000101 10111111 10 11110 0 11001 100101001 11111 1000000

Color Harmonies of #BC85BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85BF

Black with #BC85BF

Text Example


Text Example

White with #BC85BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85BF; }

 p { color: rgb(188,133,191); }

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

background-color css

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

 a { background-color: rgb(188,133,191); }

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

border-color css

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

 span { border-color: rgb(188,133,191); }

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