Html Css Color HEX #BC85AB London Hue

📋 copy color: '#BC85AB'

red 188 ◦ green 133 ◦ blue 171

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

Shades of London Hue #BC85AB

Tints of London Hue #BC85AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.76%

R = 38.21%
G = 27.03%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC85AB (or 0xBC85AB) is known color: London Hue. HEX triplet: BC, 85 and AB. RGB value is (188,133,171). Sum of RGB (Red+Green+Blue) = 188+133+171=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC85AB is #437A54. Grayscale: #999999. Windows color (decimal): -4422229 or 11240892. OLE color: 11240892.

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

Color convert

RGB 188 133 171 -
CMYK 0 0.29 0.09 0.26
HSL 318.55º 0.29% 0.63% -
HSV(B) 318.55º 0.29% 0.74% -
XYZ 36.48 30.41 42.47 -
YUV 153.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 188 133 171 0 0.29 0.09 0.26 318.55 0.29 0.63
Hex BC 85 AB 0 1D 9 1A 13F 1D 3F
Octal 274 205 253 0 35 11 32 477 35 77
Binary 10111100 10000101 10101011 0 11101 1001 11010 100111111 11101 111111

Color Harmonies of #BC85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85AB

Black with #BC85AB

Text Example


Text Example

White with #BC85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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