Html Css Color HEX #BC85B9 London Hue

📋 copy color: '#BC85B9'

red 188 ◦ green 133 ◦ blue 185

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

Shades of London Hue #BC85B9

Tints of London Hue #BC85B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 37.15%
G = 26.28%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC85B9 (or 0xBC85B9) is known color: London Hue. HEX triplet: BC, 85 and B9. RGB value is (188,133,185). Sum of RGB (Red+Green+Blue) = 188+133+185=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC85B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85B9 is #437A46. Grayscale: #9B9B9B. Windows color (decimal): -4422215 or 12158396. OLE color: 12158396.

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

Color convert

RGB 188 133 185 -
CMYK 0 0.29 0.02 0.26
HSL 303.27º 0.29% 0.63% -
HSV(B) 303.27º 0.29% 0.74% -
XYZ 37.88 30.97 49.88 -
YUV 155.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 188 133 185 0 0.29 0.02 0.26 303.27 0.29 0.63
Hex BC 85 B9 0 1D 2 1A 12F 1D 3F
Octal 274 205 271 0 35 2 32 457 35 77
Binary 10111100 10000101 10111001 0 11101 10 11010 100101111 11101 111111

Color Harmonies of #BC85B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85B9

Black with #BC85B9

Text Example


Text Example

White with #BC85B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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