Html Css Color HEX #BC85B2 London Hue

📋 copy color: '#BC85B2'

red 188 ◦ green 133 ◦ blue 178

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

Shades of London Hue #BC85B2

Tints of London Hue #BC85B2

RGB

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

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

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

R = 37.68%
G = 26.65%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC85B2 (or 0xBC85B2) is known color: London Hue. HEX triplet: BC, 85 and B2. RGB value is (188,133,178). Sum of RGB (Red+Green+Blue) = 188+133+178=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC85B2 is #437A4D. Grayscale: #9A9A9A. Windows color (decimal): -4422222 or 11699644. OLE color: 11699644.

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

Color convert

RGB 188 133 178 -
CMYK 0 0.29 0.05 0.26
HSL 310.91º 0.29% 0.63% -
HSV(B) 310.91º 0.29% 0.74% -
XYZ 37.16 30.68 46.08 -
YUV 154.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 188 133 178 0 0.29 0.05 0.26 310.91 0.29 0.63
Hex BC 85 B2 0 1D 5 1A 137 1D 3F
Octal 274 205 262 0 35 5 32 467 35 77
Binary 10111100 10000101 10110010 0 11101 101 11010 100110111 11101 111111

Color Harmonies of #BC85B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85B2

Black with #BC85B2

Text Example


Text Example

White with #BC85B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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